Linus Groh
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
2 anni fa |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 anni fa |
Matthew Olsson
|
74e93a46ea
LibJS: Fix a few const-ness issues
|
2 anni fa |
Timothy Flynn
|
c3abb1396c
LibJS+LibWeb: Convert string view PrimitiveString instances to String
|
2 anni fa |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 anni fa |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 anni fa |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 anni fa |
Linus Groh
|
d3cb7cd584
LibJS: Convert PromiseFooElementFunction::create() to NonnullGCPtr
|
2 anni fa |
Linus Groh
|
ddc6e139a6
LibJS: Convert Object::create() to NonnullGCPtr
|
2 anni fa |
Linus Groh
|
91b0123eaf
LibJS: Convert Array::create{,_from}() to NonnullGCPtr
|
2 anni fa |
Linus Groh
|
0c50751c13
LibJS: Convert AggregateError::create() to NonnullGCPtr
|
2 anni fa |
Linus Groh
|
525f22d018
LibJS: Replace standalone js_string() with PrimitiveString::create()
|
2 anni fa |
Linus Groh
|
fc9d587e39
LibJS: Make PromiseCapability GC-allocated
|
2 anni fa |
Linus Groh
|
c2326ec95a
LibJS: Move PromiseCapability into its own cpp/h file
|
2 anni fa |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
2 anni fa |
Linus Groh
|
b345a0acca
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
|
2 anni fa |
Linus Groh
|
25849f8a6d
LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]
|
2 anni fa |
Linus Groh
|
e992a9f469
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
|
2 anni fa |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 anni fa |
Linus Groh
|
5dd5896588
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
2 anni fa |
Linus Groh
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
davidot
|
d46be7e7f2
LibJS: Visit internal values in PromiseValueList
|
3 anni fa |
Timothy Flynn
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
3 anni fa |
mjz19910
|
1ef633472b
Everywhere: Convert VM::call() to JS::call()
|
3 anni fa |
Linus Groh
|
245d486ba4
LibJS: Convert PromiseResolvingElementFunction to ThrowCompletionOr
|
3 anni fa |
Linus Groh
|
01c2570678
LibJS: Annotate Promise implementation with spec comments
|
3 anni fa |
Linus Groh
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 anni fa |
Linus Groh
|
fe86b04b42
LibJS: Convert define_property_or_throw() to ThrowCompletionOr
|
3 anni fa |
Linus Groh
|
364dd42fc8
LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr
|
3 anni fa |
Idan Horowitz
|
ab594e5f2f
LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr
|
3 anni fa |