Timothy Flynn
|
d3e809bcd4
LibJS+LibUnicode: Port retrieving the system time zone to ICU
|
1 year ago |
Daniel La Rocque
|
9065b0b0f6
LibJS: Truncate roundingIncrement before range check
|
1 year ago |
Daniel La Rocque
|
1e1906865c
LibJS: Remove ToTemporalDateTimeRoundingIncrement
|
1 year ago |
forchane
|
2d11fc6d44
LibJS: Rename ToSecondsStringPrecision to ToSecondsStringPrecisionRecord
|
1 year ago |
forchane
|
d2e4da62c8
LibJS: Separate validation of roundingIncrement option
|
1 year ago |
Shannon Booth
|
c063bf39a9
LibJS: Make ToRelativeTemporalObject return a RelativeTo struct
|
1 year ago |
Shannon Booth
|
e2e7c4d574
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
1 year ago |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 year ago |
Andreas Kling
|
65717e3b75
LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive}
|
1 year ago |
Andreas Kling
|
97ebfd9f0f
LibJS: Make Value::to_string_without_side_effects() infallible
|
1 year ago |
Andreas Kling
|
c084269e5f
LibJS: Make PrimitiveString::utf8_string() infallible
|
1 year ago |
Andreas Kling
|
1a27c525d5
LibJS: Make PrimitiveString::create() infallible
|
1 year ago |
Lucas CHOLLET
|
3f35ffb648
Userland: Prefer `_string` over `_short_string`
|
1 year ago |
Andreas Kling
|
34344120f2
AK: Make "foo"_string infallible
|
1 year ago |
Timothy Flynn
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
2 years ago |
Daniel Bertalan
|
1dce1994eb
LibJS: Make the options arg of InterpretTemporalDateTimeFields nullable
|
2 years ago |
Linus Groh
|
aff1ec6014
LibJS: Port iterator_step() to GCPtr
|
2 years ago |
Linus Groh
|
09d40bfbb2
Everywhere: Use _{short_,}string to create Strings from literals
|
2 years ago |
Timothy Flynn
|
a73b8292ed
LbJS: Convert exception-related usages of Value::TDSWOSE to String
|
2 years ago |
Timothy Flynn
|
b245300ba1
LibJS+Everywhere: Deprecate Value::to_string_without_side_effects
|
2 years ago |
Luke Wilde
|
588dae8aa6
LibJS/Temporal: Allow annotations after YYYY-MM and MM-DD
|
2 years ago |
Timothy Flynn
|
c3abb1396c
LibJS+LibWeb: Convert string view PrimitiveString instances to String
|
2 years ago |
MacDue
|
63b11030f0
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
|
2 years ago |
Linus Groh
|
e4158d8555
LibJS: Replace some deprecated_string() with utf8_string() in Temporal
|
2 years ago |
Linus Groh
|
b41e7b7e86
LibJS: Replace to_deprecated_string() with to_string() in Temporal
|
2 years ago |
Timothy Flynn
|
9e4dbea0ee
LibJS: Use String::join and String::trim in Temporal AOs
|
2 years ago |
Sam Atkins
|
df07c5be3a
AK: Remove unused DateTimeLexer class
|
2 years ago |
Linus Groh
|
959a891df0
LibJS: Port parse_iso_date_time() to String
|
2 years ago |
Linus Groh
|
5a2dfc52f8
LibJS: Port create_temporal_time_zone() to String
|
2 years ago |
Linus Groh
|
0f5f9acc9c
LibJS: Port canonicalize_time_zone_name() to String
|
2 years ago |