LibJS: Add a bunch of Temporal Abstract Operations

These will allow us to (partially) implement
Temporal.Instant.prototype.{until, since}
This commit is contained in:
Idan Horowitz 2021-09-06 21:21:57 +03:00 committed by Linus Groh
commit 24b78fff7d
Notes: sideshowbarker 2024-07-18 04:34:15 +09:00
8 changed files with 373 additions and 1 deletions

View file

@ -267,6 +267,7 @@ namespace JS {
P(keyFor) \
P(keys) \
P(language) \
P(largestUnit) \
P(lastIndex) \
P(lastIndexOf) \
P(length) \