1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 12:27:34 +00:00

LibJS: Implement Temporal.Instant.prototype.epochNanoseconds

This commit is contained in:
Linus Groh 2021-07-08 22:20:49 +01:00
parent b5d0cdc97e
commit 117323f2d9
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) \