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
commit 84f79d4c51
Notes: sideshowbarker 2024-07-18 01:30:53 +09:00
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) \