LibJS: Implement Temporal.Duration.prototype.nanoseconds

This commit is contained in:
Linus Groh 2021-07-16 00:07:49 +01:00
commit be5254dcac
Notes: sideshowbarker 2024-07-18 08:57:38 +09:00
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) \