1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:57:45 +00:00

LibJS: Implement Temporal.PlainTime.prototype.nanosecond

This commit is contained in:
Linus Groh 2021-07-28 19:07:29 +01:00
parent 65b90e93ad
commit d3bed13f4b
4 changed files with 30 additions and 0 deletions

View file

@ -275,6 +275,7 @@ namespace JS {
P(monthsInYear) \
P(multiline) \
P(name) \
P(nanosecond) \
P(nanoseconds) \
P(negated) \
P(next) \