LibJS: Implement Temporal.Instant.prototype.epochNanoseconds

This commit is contained in:
Linus Groh 2021-07-08 22:20:49 +01:00
commit 117323f2d9
Notes: sideshowbarker 2024-07-18 10:02:31 +09:00
4 changed files with 44 additions and 0 deletions

View file

@ -115,6 +115,7 @@ namespace JS {
P(enumerable) \
P(epochMicroseconds) \
P(epochMilliseconds) \
P(epochNanoseconds) \
P(epochSeconds) \
P(error) \
P(errors) \