mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 20:42:21 +00:00
LibJS: Implement Temporal.ZonedDateTime.prototype.hoursInDay
This commit is contained in:
parent
23ef6e1a9e
commit
84f79d4c51
Notes:
sideshowbarker
2024-07-18 01:30:53 +09:00
Author: https://github.com/Lubrsi
Commit: 84f79d4c51
Pull-request: https://github.com/SerenityOS/serenity/pull/10772
Reviewed-by: https://github.com/IdanHo
4 changed files with 69 additions and 0 deletions
|
@ -243,6 +243,7 @@ namespace JS {
|
|||
P(hour) \
|
||||
P(hourCycle) \
|
||||
P(hours) \
|
||||
P(hoursInDay) \
|
||||
P(hypot) \
|
||||
P(id) \
|
||||
P(ignoreCase) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue