1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 17:47:36 +00:00

LibJS: Implement Temporal.ZonedDateTime.prototype.startOfDay

This commit is contained in:
Luke Wilde 2021-11-03 20:22:55 +00:00 committed by Linus Groh
parent 98accad9ba
commit c001926752
4 changed files with 77 additions and 0 deletions

View file

@ -416,6 +416,7 @@ namespace JS {
P(source) \
P(splice) \
P(sqrt) \
P(startOfDay) \
P(startsWith) \
P(status) \
P(sticky) \