Andreas Kling
|
e33145aa4b
LibJS: Use OrderedHashMap for the Shape property table
|
vor 1 Jahr |
Timothy Flynn
|
d1a1ace77a
LibJS: Stop propagating small OOM errors from the String object
|
vor 1 Jahr |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
vor 1 Jahr |
Andreas Kling
|
b8f78c0adc
LibJS: Make JS::number_to_string() infallible
|
vor 1 Jahr |
Andreas Kling
|
7849950383
LibJS: Make Utf16String & related APIs infallible
|
vor 1 Jahr |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
vor 1 Jahr |
Linus Groh
|
16197af60d
LibJS: Add spec comments to StringObject
|
vor 2 Jahren |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
vor 2 Jahren |
Timothy Flynn
|
36d72a7f4c
LibJS: Convert CanonicalNumericIndexString to use NumberToString
|
vor 2 Jahren |
Timothy Flynn
|
8414734a2d
LibJS: Propagate the OOM error from setting the String length property
|
vor 2 Jahren |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
vor 2 Jahren |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
vor 2 Jahren |
Timothy Flynn
|
9f78e8728a
LibJS: Port (most of) String.prototype to String
|
vor 2 Jahren |
Timothy Flynn
|
115baa7e32
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
|
vor 2 Jahren |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
vor 2 Jahren |
Andreas Kling
|
4abdb68655
LibJS: Remove Object(Object& prototype) footgun
|
vor 2 Jahren |
Linus Groh
|
049e99b5f0
LibJS: Convert StringObject::create() to NonnullGCPtr
|
vor 2 Jahren |
Linus Groh
|
525f22d018
LibJS: Replace standalone js_string() with PrimitiveString::create()
|
vor 2 Jahren |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
vor 2 Jahren |
Linus Groh
|
e992a9f469
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
|
vor 2 Jahren |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
vor 2 Jahren |
Linus Groh
|
5dd5896588
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
vor 2 Jahren |
Linus Groh
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
vor 3 Jahren |
Linus Groh
|
ce659e5eeb
LibJS: Remove assertions that are now part of structured headers
|
vor 3 Jahren |
Lenny Maiorani
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
vor 3 Jahren |
Anonymous
|
745b998774
LibJS: Get rid of unnecessary work from canonical_numeric_index_string
|
vor 3 Jahren |
Andreas Kling
|
4b412e8fee
Revert "LibJS: Get rid of unnecessary work from canonical_numeric_index_string"
|
vor 3 Jahren |
Anonymous
|
3a184f7841
LibJS: Get rid of unnecessary work from canonical_numeric_index_string
|
vor 3 Jahren |
Linus Groh
|
bc183dbbcb
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
|
vor 3 Jahren |
Linus Groh
|
6f20f49b21
Everywhere: Rename JS::PropertyKey variables from property_{name => key}
|
vor 3 Jahren |