Linus Groh
|
cf61d01140
LibJS: Add a named alias for parseResult.[[Name]] in ToTemporalTimeZone
|
3 years ago |
Linus Groh
|
3bb94dd62e
LibJS: Refactor Temporal parse AOs
|
3 years ago |
Linus Groh
|
ae1fdf299d
LibJS: Use the rounding abstract operations from Intl.NumberFormat V3
|
3 years ago |
Linus Groh
|
de0ea331cd
LibJS: Simplify BalanceISODate
|
3 years ago |
Linus Groh
|
15fe6297bc
LibJS: Use "Completion" to emphasize completion record
|
3 years ago |
Linus Groh
|
c6f7214a60
LibJS: Replace magic nanosecond numbers with constants
|
3 years ago |
Linus Groh
|
27793bf76c
LibJS: Replace U+2212 MINUS SIGN with U+002D HYPHEN-MINUS
|
3 years ago |
Linus Groh
|
df1f81ba90
LibJS: Add notes about lifetime of surrounding agent
|
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
|
5397278bfc
LibJS: Update spec comments to use ToZeroPaddedDecimalString AO
|
3 years ago |
Linus Groh
|
a5ea066693
LibJS: Fix number types in GetISOPartsFromEpoch
|
3 years ago |
Linus Groh
|
9950f06623
LibJS: Update spec comment in BuiltinTimeZoneGetPlainDateTimeFor
|
3 years ago |
Linus Groh
|
619794dfa7
LibJS: Fix fraction substring in ParseTimeZoneOffsetString
|
3 years ago |
Linus Groh
|
7f5b4842f2
LibJS: Replace dead code in ParseTimeZoneOffsetString with an assertion
|
3 years ago |
Linus Groh
|
68af8649fb
LibJS: Follow rules for consuming completion records
|
3 years ago |
Linus Groh
|
17da627b4c
LibJS: Fix "set it to" language to be more explicit
|
3 years ago |
Linus Groh
|
1d32ac7b8b
LibJS: Convert get_iana_time_zone_epoch_value() to MarkedVector<BigInt*>
|
3 years ago |
Linus Groh
|
af7003ebd2
LibJS: Convert 'possible instants' AOs to MarkedVector<Instant*>
|
3 years ago |
davidot
|
1c4c251be3
LibJS+Everywhere: Remove all VM::clear_exception() calls
|
3 years ago |
Linus Groh
|
96db8a061b
LibJS: Correct FormatTimeZoneOffsetString arg in CreateTemporalTimeZone
|
3 years ago |
Linus Groh
|
31283b5e64
LibJS: Pass valid offset string directly to CreateTemporalTimeZone
|
3 years ago |
Linus Groh
|
6d744eb4a7
LibJS: Use consistent name for offset strings
|
3 years ago |
Timothy Flynn
|
70f49d0696
LibJS+LibTimeZone+LibUnicode: Indicate whether a time zone is in DST
|
3 years ago |
Linus Groh
|
b9093dd0ab
LibJS: Don't validate time zone name when parsing Instant string
|
3 years ago |
Linus Groh
|
cf6ceb956f
LibJS: Avoid js_string() allocation in parse_time_zone_offset_string()
|
3 years ago |
Timothy Flynn
|
f6786881aa
LibJS: Implement the ECMA-402 definition of DefaultTimeZone
|
3 years ago |
Linus Groh
|
355fbcb702
LibJS: Actually implement get_iana_time_zone_offset_nanoseconds()
|
3 years ago |
Linus Groh
|
d527eb62da
LibJS: Support non-UTC time zones in Temporal :^)
|
3 years ago |
Linus Groh
|
f1276144ba
LibJS: Check if input was exhausted after parsing UTC offset fraction
|
3 years ago |