mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:07:35 +00:00
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:
parent
bcdad57670
commit
24b78fff7d
8 changed files with 373 additions and 1 deletions
|
@ -267,6 +267,7 @@ namespace JS {
|
|||
P(keyFor) \
|
||||
P(keys) \
|
||||
P(language) \
|
||||
P(largestUnit) \
|
||||
P(lastIndex) \
|
||||
P(lastIndexOf) \
|
||||
P(length) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue