Linus Groh
|
bc183dbbcb
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
|
3 years ago |
Linus Groh
|
c48f695b90
LibJS: Remove '-000000' check from ParseTemporalYearMonthString
|
3 years ago |
Linus Groh
|
28ac5a1333
LibJS: Update fallibility of ParseISODateTime in spec comments
|
3 years ago |
Linus Groh
|
40ba12aa7d
LibJS: Consider calls of parse_iso_date_time() fallible
|
3 years ago |
Linus Groh
|
19a2b32065
LibJS: Reject '-000000' as extended year
|
3 years ago |
Idan Horowitz
|
ace36681ff
LibJS+LibIMAP: Use the new Optional<U>(Optional<T>) constructor
|
3 years ago |
Linus Groh
|
0e3def1d0b
LibJS: Don't parse/re-format offset in parse_temporal_time_zone_string()
|
3 years ago |
Linus Groh
|
6d744eb4a7
LibJS: Use consistent name for offset strings
|
3 years ago |
Linus Groh
|
b9093dd0ab
LibJS: Don't validate time zone name when parsing Instant string
|
3 years ago |
Linus Groh
|
392f5bfebd
LibJS: Fix fraction substring range in parse_temporal_time_zone_string()
|
3 years ago |
Linus Groh
|
027e4bd439
LibJS: Fix calculation overflow in parse_temporal_time_zone_string()
|
3 years ago |
Linus Groh
|
323e1e17cf
LibJS: Fix `sign` data type in parse_temporal_time_zone_string()
|
3 years ago |
Linus Groh
|
09a11fa6ea
LibJS: Implement proper Iterator records
|
3 years ago |
Linus Groh
|
3301b0b33d
LibJS: Remove duplicate assignment step from parse_iso_date_time()
|
3 years ago |
Linus Groh
|
d42336312c
LibJS: Include time zone name in TemporalInvalidTimeZoneName error
|
3 years ago |
Linus Groh
|
29e96eceeb
LibJS: Convert PropertyKey::from_value() to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
3ab1c52e2b
LibJS: Require 'T' prefix for ambiguous time-only strings
|
3 years ago |
Linus Groh
|
9271005357
LibJS: Fix typo in spec comment
|
3 years ago |
Linus Groh
|
f7fe7f8c77
LibJS: Capture TimeFraction parse result instead of Fraction
|
3 years ago |
Linus Groh
|
4b7f716f21
LibJS: Fix ambiguity in FractionalPart grammar
|
3 years ago |
Linus Groh
|
006bea5d31
LibJS: Remove outdated comment in prepare_partial_temporal_fields()
|
3 years ago |
Linus Groh
|
7270bbb255
LibJS: Remove outdated comment from parse_temporal_duration_string()
|
3 years ago |
Luke Wilde
|
4f3c283f24
LibJS: Move calendar validation out of parse_temporal_calendar_string
|
3 years ago |
Luke Wilde
|
80dcddacea
LibJS: Simplify return in parse_temporal_date_time_string
|
3 years ago |
Luke Wilde
|
6244969ae2
LibJS: Remove duplicated spec step in parse_iso_date_time
|
3 years ago |
Timothy Flynn
|
1039159a6c
LibJS: Change LargerOfTwoTemporalUnits AO to return a StringView
|
3 years ago |
Linus Groh
|
f7ba81ac52
LibJS: Implement parsing of TemporalDurationString
|
3 years ago |
Linus Groh
|
1e41a8668d
LibJS: Add sign(Crypto::SignedBigInteger const&) overload
|
3 years ago |
Linus Groh
|
78724fdd33
LibJS: Don't accept UTC designators in strings for plain Temporal types
|
3 years ago |
Linus Groh
|
836ce8ee5d
LibJS: Fix parse ErrorType used in parse_temporal_date_string()
|
3 years ago |