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

LibJS: Implement Temporal.ZonedDateTime.prototype.hoursInDay

This commit is contained in:
Luke Wilde 2021-11-03 16:21:58 +00:00 committed by Linus Groh
parent 23ef6e1a9e
commit 84f79d4c51
4 changed files with 69 additions and 0 deletions

View file

@ -243,6 +243,7 @@ namespace JS {
P(hour) \
P(hourCycle) \
P(hours) \
P(hoursInDay) \
P(hypot) \
P(id) \
P(ignoreCase) \