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

LibJS: Implement Temporal.PlainTime.prototype.hour

This commit is contained in:
Linus Groh 2021-07-28 18:53:05 +01:00
parent a8dd1b9480
commit 524a56f7b6
4 changed files with 30 additions and 0 deletions

View file

@ -210,6 +210,7 @@ namespace JS {
P(hasIndices) \
P(hasOwn) \
P(hasOwnProperty) \
P(hour) \
P(hours) \
P(hypot) \
P(id) \