mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +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
Notes:
sideshowbarker
2024-07-18 04:34:15 +09:00
Author: https://github.com/IdanHo
Commit: 24b78fff7d
Pull-request: https://github.com/SerenityOS/serenity/pull/9859
Reviewed-by: https://github.com/linusg ✅
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