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

LibJS: Implement Temporal.Instant.prototype.epochMicroseconds

This commit is contained in:
Linus Groh 2021-07-08 22:11:51 +01:00
parent b157ab3f12
commit b5d0cdc97e
4 changed files with 56 additions and 0 deletions

View file

@ -113,6 +113,7 @@ namespace JS {
P(endsWith) \
P(entries) \
P(enumerable) \
P(epochMicroseconds) \
P(epochMilliseconds) \
P(epochSeconds) \
P(error) \