Idan Horowitz
|
d35d106f01
LibJS: Remove invalid CreateDateDurationRecord AO overload
|
3 years ago |
Linus Groh
|
fb2012dfc7
LibJS: Add Add IsValidISODate assertions
|
3 years ago |
Linus Groh
|
fec5d8d531
LibJS: Consistently check Temporal overflow options
|
3 years ago |
Linus Groh
|
f5669a1373
LibJS: Mark CreateTemporalDate as infallible in DifferenceISODateTime
|
3 years ago |
Linus Groh
|
abb3f327ad
LibJS: Mark BalanceDuration as infallible in DifferenceISODateTime
|
3 years ago |
Linus Groh
|
cee54d2725
LibJS: Replace one use of BalanceISODate with CreateISODateRecord
|
3 years ago |
Linus Groh
|
6eab1f0212
LibJS: Assert DifferenceISODateTime is called with valid datetime values
|
3 years ago |
Linus Groh
|
4ba1018273
LibJS: Replace guaranteed zero [[Days]] field with constant zero
|
3 years ago |
Linus Groh
|
ee0d5d6649
LibJS: Refactor common option reading into the GetDifferenceSettings AO
|
3 years ago |
Linus Groh
|
05c5263ecc
LibJS: Mark CreateTemporalDate in AddDateTime as infallible
|
3 years ago |
Linus Groh
|
709e16004d
LibJS: Assert RoundISODateTime is called with values within the limits
|
3 years ago |
Linus Groh
|
52a4ee563d
LibJS: Assume options is an object in the MergeLargestUnitOption AO
|
3 years ago |
Linus Groh
|
8be4cc9653
LibJS: Make options mandatory in Difference{Zoned,ISO}DateTime
|
3 years ago |
Linus Groh
|
9bcd88828f
LibJS: Fold ToPartialTime into ToTemporalTimeRecord
|
3 years ago |
Linus Groh
|
3e6561c75f
LibJS: Fold PreparePartialTemporalFields into PrepareTemporalFields
|
3 years ago |
Linus Groh
|
4c77575ec5
LibJS: Simplify Temporal unit AOs
|
3 years ago |
Linus Groh
|
cc8f5151d7
LibJS: Refactor Temporal since/until to common AOs
|
3 years ago |
Linus Groh
|
de0ea331cd
LibJS: Simplify BalanceISODate
|
3 years ago |
Linus Groh
|
c6f7214a60
LibJS: Replace magic nanosecond numbers with constants
|
3 years ago |
Linus Groh
|
3729a910f6
LibJS: Refactor Temporal add/subtract to common AOs
|
3 years ago |
Linus Groh
|
f7c9bd0760
LibJS: Convert remaining Date AOs using JS::Value as in/output to double
|
3 years ago |
Linus Groh
|
27793bf76c
LibJS: Replace U+2212 MINUS SIGN with U+002D HYPHEN-MINUS
|
3 years ago |
Linus Groh
|
76a6bd0e75
LibJS: Fix numeric type confusion in GetEpochFromISOParts return value
|
3 years ago |
Linus Groh
|
70593b7448
LibJS: Update for structured headers added to various Temporal AOs
|
3 years ago |
Linus Groh
|
2499911898
LibJS: Rename DateFromFields to CalendarDateFromFields, etc
|
3 years ago |
Linus Groh
|
5397278bfc
LibJS: Update spec comments to use ToZeroPaddedDecimalString AO
|
3 years ago |
Linus Groh
|
e109b967a1
LibJS: Make options object const in more Temporal AOs
|
3 years ago |
Linus Groh
|
2844a2c448
LibJS: Handle undefined options in MergeLargestUnitOption
|
3 years ago |
Linus Groh
|
151eb8606d
LibJS: Consistently call observable Temporal AOs with undefined options
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |