Luke Wilde
|
53852452b2
LibJS: Propagate errors from Intrinsics initialization
|
2 lat temu |
Luke Wilde
|
af118f2a67
LibJS: Add missing error propagation to global object initializations
|
2 lat temu |
Timothy Flynn
|
88814acbd3
LibJS+Everywhere: Convert JS::Error to String
|
2 lat temu |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 lat temu |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 lat temu |
Timothy Flynn
|
afeb7273cc
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
|
2 lat temu |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 lat temu |
Linus Groh
|
bfb8d83535
LibJS: Convert Realm::create() to NonnullGCPtr
|
2 lat temu |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 lat temu |
Andreas Kling
|
a7ce0509f7
LibJS: Add missing <AK/TypeCasts.h> include in $262Object.cpp
|
2 lat temu |
Linus Groh
|
6cedb1b9d9
LibJS: Implement $262.evalScript() according to the given algorithm
|
2 lat temu |
davidot
|
123cdfa1f1
LibJS: Properly initialize the global object for $262.createRealm
|
2 lat temu |
Linus Groh
|
cfa5885855
LibJS: Turn initialize_global_object() into a regular initialize()
|
2 lat temu |
Linus Groh
|
dfb7588d30
LibJS: Remove GlobalObject::{set_,}associated_realm()
|
2 lat temu |
Linus Groh
|
e3895e6c80
LibJS: Pass Realm to define_native_{accessor,function}()
|
2 lat temu |
Linus Groh
|
7c468b5a77
LibJS: Pass Realm to GlobalObject::initialize_global_object()
|
2 lat temu |
Linus Groh
|
26366d5930
LibJS: Replace GlobalObject with VM in ArrayBuffer AOs [Part 11/19]
|
2 lat temu |
Linus Groh
|
a022e548b8
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
|
2 lat temu |
Linus Groh
|
f3117d46dc
LibJS: Remove GlobalObject from VM::throw_completion()
|
2 lat temu |
Linus Groh
|
e992a9f469
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
|
2 lat temu |
Linus Groh
|
5dd5896588
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
2 lat temu |
Linus Groh
|
ecd163bdf1
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
|
2 lat temu |
Linus Groh
|
c8f1651761
LibJS+LibWeb: Restore type safety of Realm::set_global_object()
|
2 lat temu |
Andreas Kling
|
e2ae286132
LibJS: Actually create a new Realm in $262.createRealm()
|
2 lat temu |
Andreas Kling
|
50d951aea2
LibJS: Let Shape store a Realm instead of a GlobalObject
|
2 lat temu |
Linus Groh
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 lat temu |
Timothy Flynn
|
13d05403ff
LibJS: Move DetachArrayBuffer implementation to the ArrayBuffer object
|
3 lat temu |
Linus Groh
|
1e01a85cdf
LibJS: Import C++ sources from libjs-test262 :^)
|
3 lat temu |