Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 rok temu |
Linus Groh
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
2 lat temu |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 lat temu |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 lat temu |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 lat temu |
Andreas Kling
|
4abdb68655
LibJS: Remove Object(Object& prototype) footgun
|
2 lat temu |
Linus Groh
|
237402aea9
LibJS: Convert Intl::Segments::create() to NonnullGCPtr
|
2 lat temu |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
2 lat temu |
Linus Groh
|
e992a9f469
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
|
2 lat temu |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 lat temu |
Linus Groh
|
ecd163bdf1
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
|
2 lat temu |
Linus Groh
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 lat temu |
Idan Horowitz
|
b1d19b5917
LibJS: Convert Intl.Segmenter, Segments and SegmentIterator to Utf16
|
3 lat temu |
Idan Horowitz
|
bbacea255f
LibJS: Start implementing Intl Segments objects
|
3 lat temu |