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

LibJS: Implement Temporal.Duration.prototype.nanoseconds

This commit is contained in:
Linus Groh 2021-07-16 00:07:49 +01:00
parent 04e2d215a1
commit be5254dcac
4 changed files with 30 additions and 0 deletions

View file

@ -244,6 +244,7 @@ namespace JS {
P(months) \
P(multiline) \
P(name) \
P(nanoseconds) \
P(next) \
P(now) \
P(of) \