1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:17:44 +00:00

LibJS: Implement Temporal.Instant.fromEpochNanoseconds()

This commit is contained in:
Linus Groh 2021-07-09 12:20:11 +01:00
parent 5872357b56
commit ca71d99c66
4 changed files with 72 additions and 0 deletions

View file

@ -145,6 +145,7 @@ namespace JS {
P(fromEntries) \
P(fromEpochMicroseconds) \
P(fromEpochMilliseconds) \
P(fromEpochNanoseconds) \
P(fromEpochSeconds) \
P(fround) \
P(gc) \