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

LibJS: Implement Temporal.Instant.fromEpochMicroseconds()

This commit is contained in:
Linus Groh 2021-07-09 12:10:16 +01:00
parent 66ff772254
commit 5872357b56
4 changed files with 75 additions and 0 deletions

View file

@ -143,6 +143,7 @@ namespace JS {
P(fromCharCode) \
P(fromCodePoint) \
P(fromEntries) \
P(fromEpochMicroseconds) \
P(fromEpochMilliseconds) \
P(fromEpochSeconds) \
P(fround) \