1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 11:17:44 +00:00

LibJS: Implement the required AOs for Temporal.Duration.compare

This commit is contained in:
Luke Wilde 2021-11-09 17:19:28 +00:00 committed by Linus Groh
parent 98b9a75591
commit 29072f4b09
9 changed files with 413 additions and 5 deletions

View file

@ -360,6 +360,7 @@ namespace JS {
P(reduceRight) \
P(region) \
P(reject) \
P(relativeTo) \
P(repeat) \
P(resolve) \
P(resolvedOptions) \