LibJS: Implement Temporal.Instant.prototype.epochMilliseconds

This commit is contained in:
Linus Groh 2021-07-08 21:56:03 +01:00
commit b157ab3f12
Notes: sideshowbarker 2024-07-18 10:02:39 +09:00
4 changed files with 55 additions and 0 deletions

View file

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