Linus Groh
|
6cedb1b9d9
LibJS: Implement $262.evalScript() according to the given algorithm
|
2 vuotta sitten |
davidot
|
123cdfa1f1
LibJS: Properly initialize the global object for $262.createRealm
|
2 vuotta sitten |
Linus Groh
|
cfa5885855
LibJS: Turn initialize_global_object() into a regular initialize()
|
2 vuotta sitten |
Linus Groh
|
dfb7588d30
LibJS: Remove GlobalObject::{set_,}associated_realm()
|
3 vuotta sitten |
Linus Groh
|
e3895e6c80
LibJS: Pass Realm to define_native_{accessor,function}()
|
3 vuotta sitten |
Linus Groh
|
7c468b5a77
LibJS: Pass Realm to GlobalObject::initialize_global_object()
|
3 vuotta sitten |
Linus Groh
|
26366d5930
LibJS: Replace GlobalObject with VM in ArrayBuffer AOs [Part 11/19]
|
3 vuotta sitten |
Linus Groh
|
a022e548b8
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
|
3 vuotta sitten |
Linus Groh
|
f3117d46dc
LibJS: Remove GlobalObject from VM::throw_completion()
|
3 vuotta sitten |
Linus Groh
|
e992a9f469
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
|
3 vuotta sitten |
Linus Groh
|
5dd5896588
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
3 vuotta sitten |
Linus Groh
|
ecd163bdf1
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
|
3 vuotta sitten |
Linus Groh
|
c8f1651761
LibJS+LibWeb: Restore type safety of Realm::set_global_object()
|
3 vuotta sitten |
Andreas Kling
|
e2ae286132
LibJS: Actually create a new Realm in $262.createRealm()
|
3 vuotta sitten |
Andreas Kling
|
50d951aea2
LibJS: Let Shape store a Realm instead of a GlobalObject
|
3 vuotta sitten |
Linus Groh
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 vuotta sitten |
Timothy Flynn
|
13d05403ff
LibJS: Move DetachArrayBuffer implementation to the ArrayBuffer object
|
3 vuotta sitten |
Linus Groh
|
1e01a85cdf
LibJS: Import C++ sources from libjs-test262 :^)
|
3 vuotta sitten |