Andreas Kling
|
65717e3b75
LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive}
|
1 yıl önce |
Timothy Flynn
|
d1a1ace77a
LibJS: Stop propagating small OOM errors from the String object
|
1 yıl önce |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 yıl önce |
Andreas Kling
|
97ebfd9f0f
LibJS: Make Value::to_string_without_side_effects() infallible
|
1 yıl önce |
Andreas Kling
|
7849950383
LibJS: Make Utf16String & related APIs infallible
|
1 yıl önce |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 yıl önce |
Linus Groh
|
f345f72b55
LibJS: Port Value::to_object() to NonnullGCPtr
|
2 yıl önce |
Linus Groh
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
2 yıl önce |
Linus Groh
|
066133d97b
LibJS: Add spec comments to StringConstructor
|
2 yıl önce |
Timothy Flynn
|
a73b8292ed
LbJS: Convert exception-related usages of Value::TDSWOSE to String
|
2 yıl önce |
Timothy Flynn
|
b245300ba1
LibJS+Everywhere: Deprecate Value::to_string_without_side_effects
|
2 yıl önce |
Linus Groh
|
a8bf2f8e4c
LibJS: Port Symbol to String
|
2 yıl önce |
Linus Groh
|
89700a2101
LibJS: Rename Symbol::to_deprecated_string() to descriptive_string()
|
2 yıl önce |
Timothy Flynn
|
49e8dcf0b2
LibJS+LibWeb: Convert empty PrimitiveString instances to String
|
2 yıl önce |
Timothy Flynn
|
8414734a2d
LibJS: Propagate the OOM error from setting the String length property
|
2 yıl önce |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 yıl önce |
Linus Groh
|
6e7459322d
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2 yıl önce |
Timothy Flynn
|
9f78e8728a
LibJS: Port (most of) String.prototype to String
|
2 yıl önce |
Timothy Flynn
|
afeb7273cc
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
|
2 yıl önce |
Timothy Flynn
|
115baa7e32
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
|
2 yıl önce |
Timothy Flynn
|
1edb96376b
AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallible
|
2 yıl önce |
Timothy Flynn
|
425c168ded
AK+LibJS+LibRegex: Define an alias for UTF-16 string data storage
|
2 yıl önce |
Linus Groh
|
6ae79a84df
LibJS: Convert Object::construct() to NonnullGCPtr
|
2 yıl önce |
Linus Groh
|
049e99b5f0
LibJS: Convert StringObject::create() to NonnullGCPtr
|
2 yıl önce |
Linus Groh
|
525f22d018
LibJS: Replace standalone js_string() with PrimitiveString::create()
|
2 yıl önce |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 yıl önce |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 yıl önce |
Timothy Flynn
|
85e313077a
LibJS: Do not invoke Cell::vm in constructors before Cell is constructed
|
2 yıl önce |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
2 yıl önce |
Linus Groh
|
b345a0acca
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
|
2 yıl önce |