Andreas Kling
|
00c8f07192
LibJS: Make Script and Module GC-allocated
|
2 år sedan |
davidot
|
9f661d20f7
LibJS: Allow anonymous functions as default exports
|
2 år sedan |
davidot
|
462c6df24b
LibJS: Only check for duplicate exports if they have a name
|
2 år sedan |
davidot
|
3b1c3e574f
LibJS: Handle empty named export
|
2 år sedan |
Linus Groh
|
56b2ae5ac0
LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19]
|
2 år sedan |
Linus Groh
|
275a7a0c0a
LibJS: Replace GlobalObject with VM in Environment AOs [Part 5/19]
|
2 år sedan |
Linus Groh
|
f3117d46dc
LibJS: Remove GlobalObject from VM::throw_completion()
|
2 år sedan |
Linus Groh
|
5398dcc55e
LibJS: Remove GlobalObject from execute() and related AST functions
|
2 år sedan |
Linus Groh
|
e992a9f469
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
|
2 år sedan |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 år sedan |
Linus Groh
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 år sedan |
Linus Groh
|
29964dc152
LibJS: Use TRY(push_execution_context()) in places where we can recover
|
3 år sedan |
davidot
|
9264f9d24e
LibJS+Everywhere: Remove VM::exception() and most related functions
|
3 år sedan |
Andreas Kling
|
85cf80507f
LibJS: Make ScriptOrModule use WeakPtr instead of raw pointers
|
3 år sedan |
Andreas Kling
|
fc04465fa3
LibJS: Remove unnecessary GlobalObject pointer from Environment
|
3 år sedan |
davidot
|
f568939568
LibJS: Implement the import assertions proposal
|
3 år sedan |
davidot
|
e0e4ead2c8
LibJS: Follow the spec with storing im- and export entries
|
3 år sedan |
davidot
|
1b8ccf9a66
LibJS: Implement Module linking and evaluating
|
3 år sedan |
davidot
|
12c2f30c54
LibJS: Add filename tracking to Script and Module
|
3 år sedan |
Andreas Kling
|
5fa02b8a9e
LibJS: Add a barebones SourceTextModule class
|
3 år sedan |