Linus Groh
|
a022e548b8
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
|
2 lat temu |
Linus Groh
|
694f66b5ca
LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19]
|
2 lat temu |
Linus Groh
|
f3117d46dc
LibJS: Remove GlobalObject from VM::throw_completion()
|
2 lat temu |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 lat temu |
Linus Groh
|
ca85e157e8
LibJS: Use null-prototype objects in a few more places in Temporal
|
3 lat temu |
Linus Groh
|
ee0d5d6649
LibJS: Refactor common option reading into the GetDifferenceSettings AO
|
3 lat temu |
Linus Groh
|
ea023ac62c
LibJS: Add Number conversion in AddDu/ToOrSubtractDu/FromPlainYearMonth
|
3 lat temu |
Linus Groh
|
0ff6260afb
LibJS: Use ToTemporalDuration in AddDu/ToOrSubtractDu/FromPlainYearMonth
|
3 lat temu |
Linus Groh
|
52a4ee563d
LibJS: Assume options is an object in the MergeLargestUnitOption AO
|
3 lat temu |
Linus Groh
|
c0986be2c1
LibJS: Use consistent alias names for object-copy steps
|
3 lat temu |
Linus Groh
|
07041498f8
LibJS: Inline ConstrainISOYearMonth into RegulateISOYearMonth
|
3 lat temu |
Linus Groh
|
aaa9524a52
LibJS: Add parentheses around modulo operation
|
3 lat temu |
Linus Groh
|
690585323d
LibJS: Prefer Else + Assertion over If for constrained values
|
3 lat temu |
Linus Groh
|
3e6561c75f
LibJS: Fold PreparePartialTemporalFields into PrepareTemporalFields
|
3 lat temu |
Linus Groh
|
4c77575ec5
LibJS: Simplify Temporal unit AOs
|
3 lat temu |
Linus Groh
|
93a20b3bfb
LibJS: Use default argument of CalendarDateFromFields
|
3 lat temu |
Linus Groh
|
cc8f5151d7
LibJS: Refactor Temporal since/until to common AOs
|
3 lat temu |
Linus Groh
|
3729a910f6
LibJS: Refactor Temporal add/subtract to common AOs
|
3 lat temu |
Linus Groh
|
27793bf76c
LibJS: Replace U+2212 MINUS SIGN with U+002D HYPHEN-MINUS
|
3 lat temu |
Linus Groh
|
70593b7448
LibJS: Update for structured headers added to various Temporal AOs
|
3 lat temu |
Linus Groh
|
2499911898
LibJS: Rename DateFromFields to CalendarDateFromFields, etc
|
3 lat temu |
Linus Groh
|
5397278bfc
LibJS: Update spec comments to use ToZeroPaddedDecimalString AO
|
3 lat temu |
Linus Groh
|
e109b967a1
LibJS: Make options object const in more Temporal AOs
|
3 lat temu |
Linus Groh
|
151eb8606d
LibJS: Consistently call observable Temporal AOs with undefined options
|
3 lat temu |
Linus Groh
|
b5392f9e39
LibJS: Emit reference information for { calendarName: "always" } option
|
3 lat temu |
Linus Groh
|
2ad69d789b
LibJS: Remove the ConstrainToRange AO
|
3 lat temu |
Linus Groh
|
68af8649fb
LibJS: Follow rules for consuming completion records
|
3 lat temu |
Linus Groh
|
17da627b4c
LibJS: Fix "set it to" language to be more explicit
|
3 lat temu |
Linus Groh
|
9c209b8079
LibJS: Support modulo(x, y) with different types
|
3 lat temu |
Linus Groh
|
a3de9dcf95
LibJS: Fix incorrect use of "modulo" in balance_iso_year_month()
|
3 lat temu |