Andreas Kling
|
2e98c17347
LibJS: Shrink DeclarativeEnvironment bindings vector to fit
|
2 年之前 |
Linus Groh
|
525f22d018
LibJS: Replace standalone js_string() with PrimitiveString::create()
|
2 年之前 |
Linus Groh
|
daec065fde
LibJS: Move initialize_instance_elements() from VM to Object
|
2 年之前 |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 年之前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年之前 |
Luke Wilde
|
a1c1ab5f8d
LibJS: Switch to bytecode interpreter to run generator functions for AST
|
2 年之前 |
Andreas Kling
|
835d7aac96
LibJS: Make FunctionNode::Parameter be a standalone FunctionParameter
|
2 年之前 |
Linus Groh
|
fc9d587e39
LibJS: Make PromiseCapability GC-allocated
|
2 年之前 |
Linus Groh
|
c2326ec95a
LibJS: Move PromiseCapability into its own cpp/h file
|
2 年之前 |
Andreas Kling
|
00c8f07192
LibJS: Make Script and Module GC-allocated
|
2 年之前 |
Linus Groh
|
61bd9fef7d
LibJS+LibWeb: Remove last uses of GlobalObject::associated_realm()
|
2 年之前 |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
2 年之前 |
Linus Groh
|
b345a0acca
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
|
2 年之前 |
Linus Groh
|
b465f46e00
LibJS: Remove GlobalObject parameter from native functions
|
2 年之前 |
Linus Groh
|
56b2ae5ac0
LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19]
|
2 年之前 |
Linus Groh
|
25849f8a6d
LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]
|
2 年之前 |
Linus Groh
|
d74f8039eb
LibJS: Replace GlobalObject with VM in Promise AOs [Part 8/19]
|
2 年之前 |
Linus Groh
|
ae9e031f56
LibJS: Replace GlobalObject with VM in Reference AOs [Part 6/19]
|
2 年之前 |
Linus Groh
|
275a7a0c0a
LibJS: Replace GlobalObject with VM in Environment AOs [Part 5/19]
|
2 年之前 |
Linus Groh
|
a022e548b8
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
|
2 年之前 |
Linus Groh
|
f3117d46dc
LibJS: Remove GlobalObject from VM::throw_completion()
|
2 年之前 |
Linus Groh
|
5398dcc55e
LibJS: Remove GlobalObject from execute() and related AST functions
|
2 年之前 |
Linus Groh
|
e992a9f469
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
|
2 年之前 |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 年之前 |
Linus Groh
|
5dd5896588
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
2 年之前 |
Linus Groh
|
53619176f5
LibJS: Set "prototype" property of async generator functions
|
3 年之前 |
Linus Groh
|
09e263dd9c
LibJS: Fix "prototype" property of generator functions, again
|
3 年之前 |
Linus Groh
|
03e13715ac
LibJS: Update two comments saying "completion value"
|
3 年之前 |
Linus Groh
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 年之前 |
Linus Groh
|
c9bdd59e20
LibJS: Change "Completion {}" to "Completion Record {}" in comments
|
3 年之前 |