Hendiadyoin1
|
fcc3348bc8
LibJS: Intercept returns through finally blocks in Bytecode
|
2 anni fa |
Hendiadyoin1
|
c2108489a5
LibJS: Don't try to manage unwind contexts in the execution loop in BC
|
2 anni fa |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 anni fa |
Hendiadyoin1
|
eb50969781
LibJS: Add an EliminateLoads pass to Bytecode
|
2 anni fa |
Hendiadyoin1
|
b86f1c2fe7
LibJS: Restore cached current_block on return in Bytecode
|
2 anni fa |
Luke Wilde
|
277132f70d
LibJS/Bytecode: Store unwind contexts inside RegisterWindow
|
2 anni fa |
Hendiadyoin1
|
a1f1d9e4a7
LibJS: Expose some information about the bytecode interpreters state
|
2 anni fa |
Andreas Kling
|
d9b543da68
LibJS: Disable bytecode optimizations by default
|
2 anni fa |
Linus Groh
|
987927a596
LibJS: Remove Bytecode::Register::global_object()
|
2 anni fa |
Linus Groh
|
275dea9d98
LibJS: Remove {Bytecode::,}Interpreter::global_object()
|
2 anni fa |
Luke Wilde
|
8568d18d7d
LibJS/Bytecode: Determine strict mode on an executable basis
|
3 anni fa |
Ali Mohammad Pur
|
d5791c85b4
LibJS: Avoid copying the frame into the interpreter in BC generators
|
3 anni fa |
Linus Groh
|
9422ae9bb2
LibJS: Add infallible variant of VM::push_execution_context()
|
3 anni fa |
Luke Wilde
|
ada8880f58
LibJS: Leave unwind context if it has no finalizer when using handler
|
3 anni fa |
Ali Mohammad Pur
|
1bbfaf8627
LibJS: More properly implement scoping rules in bytecode codegen
|
3 anni fa |
Ali Mohammad Pur
|
d7c207beb9
LibJS: Implement the NewClass opcode
|
3 anni fa |
davidot
|
9264f9d24e
LibJS+Everywhere: Remove VM::exception() and most related functions
|
3 anni fa |
davidot
|
dcc284705b
LibJS: Always pop the execution context if we pushed one for bytecode
|
3 anni fa |
davidot
|
8108fc7f9c
LibJS: Convert Instruction::execute in bytecode to ThrowCompletionOr
|
3 anni fa |
davidot
|
6fa600fce3
LibJS: Fix the execution context for the bytecode interpreter
|
3 anni fa |
Linus Groh
|
963b0f76cf
LibJS: Remove now unused VM::{set_,}last_value()
|
3 anni fa |
Linus Groh
|
57de5056b6
LibJS: Convert push_execution_context() to ThrowCompletionOr
|
3 anni fa |
Ali Mohammad Pur
|
070d2eaa51
LibJS+LibTest+js: Convert BC::Interpreter::run to ThrowCompletionOr<>
|
3 anni fa |
Ali Mohammad Pur
|
c604e95993
LibJS: Run the queued promise reaction jobs on bytecode interpreter exit
|
3 anni fa |
Ali Mohammad Pur
|
e4a7f1a696
LibJS: Make Bytecode::Interpreter return the popped frame
|
3 anni fa |
Andreas Kling
|
3618ca2420
LibJS: Propagate exceptions across bytecode executable boundaries
|
3 anni fa |
Andreas Kling
|
049b755123
LibJS: Make bytecode interpreter leave unwind context immediately
|
3 anni fa |
Andreas Kling
|
c95dde971b
LibJS: Move global "should dump bytecode" flag into LibJS
|
3 anni fa |
Linus Groh
|
35cc579264
LibJS: Also set ExecutionContext::realm in Bytecode::Interpreter::run()
|
3 anni fa |
Linus Groh
|
f29a82dd84
LibJS: Move the GlobalEnvironment from GlobalObject to Realm
|
3 anni fa |