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
|
1 year 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 |
Linus Groh
|
4a7d6670d8
LibJS: Port calendar / time zone members of Temporal* structs to String
|
2 years ago |
Linus Groh
|
ef389c086d
LibJS: Port parse_temporal_calendar_string()
|
2 years ago |
Linus Groh
|
8f7c2f8292
LibJS: Port get_difference_settings() to String
|
2 years ago |
Linus Groh
|
227379a1da
LibJS: Port prepare_temporal_fields() and calendar_fields() to String
|
2 years ago |
Linus Groh
|
90a1de564c
LibJS: Make parse_temporal_*_string() take a StringView
|
2 years ago |
Linus Groh
|
82ba940646
LibJS: Port format_seconds_string_part() to String
|
2 years ago |