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
|
09547ec975
LibJS: Make PrimitiveString::deprecated_string() 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 |
Linus Groh
|
b33b0d60e6
LibJS: Port Value::get_method() to GCPtr
|
2 years ago |
Linus Groh
|
f345f72b55
LibJS: Port Value::to_object() to NonnullGCPtr
|
2 years ago |
Andreas Kling
|
a504ac3e2a
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
|
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 |
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
|
b41e7b7e86
LibJS: Replace to_deprecated_string() with to_string() in Temporal
|
2 years ago |
Linus Groh
|
b09522312c
LibJS: Port iso_month_code() to String
|
2 years ago |
Linus Groh
|
bcca5efd5a
LibJS: Port format_calendar_annotation() to String
|
2 years ago |
Linus Groh
|
269f3c4105
LibJS: Port maybe_format_calendar_annotation() to String
|
2 years ago |
Linus Groh
|
627291b075
LibJS: Port calendar_month_code() to String
|
2 years ago |
Linus Groh
|
46cff34baf
LibJS: Port get_builtin_calendar() to String
|
2 years ago |
Linus Groh
|
a101b15ad0
LibJS: Port create_temporal_calendar() to String
|
2 years ago |
Linus Groh
|
ef389c086d
LibJS: Port parse_temporal_calendar_string()
|
2 years ago |
Linus Groh
|
227379a1da
LibJS: Port prepare_temporal_fields() and calendar_fields() to String
|
2 years ago |
Timothy Flynn
|
afeb7273cc
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
|
2 years ago |
Timothy Flynn
|
a59ebdac2d
LibJS+Everywhere: Return strings by value from PrimitiveString
|
2 years ago |
BodilessSleeper
|
9a60d3509d
LibJS: Update ISODaysInMonth in Calendar.cpp
|
2 years ago |
Timothy Flynn
|
115baa7e32
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
|
2 years ago |
BodilessSleeper
|
90b43712e6
LibJS: Rename ToIntegerThrowOnInfinity to ToIntegerWithTruncation
|
2 years ago |
BodilessSleeper
|
8e6920a18d
LibJS: Convert calendar operation results to floats
|
2 years ago |