Hendiadyoin1
|
a1f1d9e4a7
LibJS: Expose some information about the bytecode interpreters state
|
2 năm trước cách đây |
Andreas Kling
|
d9b543da68
LibJS: Disable bytecode optimizations by default
|
2 năm trước cách đây |
Linus Groh
|
987927a596
LibJS: Remove Bytecode::Register::global_object()
|
2 năm trước cách đây |
Linus Groh
|
275dea9d98
LibJS: Remove {Bytecode::,}Interpreter::global_object()
|
2 năm trước cách đây |
Luke Wilde
|
8568d18d7d
LibJS/Bytecode: Determine strict mode on an executable basis
|
3 năm trước cách đây |
Ali Mohammad Pur
|
d5791c85b4
LibJS: Avoid copying the frame into the interpreter in BC generators
|
3 năm trước cách đây |
Linus Groh
|
9422ae9bb2
LibJS: Add infallible variant of VM::push_execution_context()
|
3 năm trước cách đây |
Luke Wilde
|
ada8880f58
LibJS: Leave unwind context if it has no finalizer when using handler
|
3 năm trước cách đây |
Ali Mohammad Pur
|
1bbfaf8627
LibJS: More properly implement scoping rules in bytecode codegen
|
3 năm trước cách đây |
Ali Mohammad Pur
|
d7c207beb9
LibJS: Implement the NewClass opcode
|
3 năm trước cách đây |
davidot
|
9264f9d24e
LibJS+Everywhere: Remove VM::exception() and most related functions
|
3 năm trước cách đây |
davidot
|
dcc284705b
LibJS: Always pop the execution context if we pushed one for bytecode
|
3 năm trước cách đây |
davidot
|
8108fc7f9c
LibJS: Convert Instruction::execute in bytecode to ThrowCompletionOr
|
3 năm trước cách đây |
davidot
|
6fa600fce3
LibJS: Fix the execution context for the bytecode interpreter
|
3 năm trước cách đây |
Linus Groh
|
963b0f76cf
LibJS: Remove now unused VM::{set_,}last_value()
|
3 năm trước cách đây |
Linus Groh
|
57de5056b6
LibJS: Convert push_execution_context() to ThrowCompletionOr
|
3 năm trước cách đây |
Ali Mohammad Pur
|
070d2eaa51
LibJS+LibTest+js: Convert BC::Interpreter::run to ThrowCompletionOr<>
|
3 năm trước cách đây |
Ali Mohammad Pur
|
c604e95993
LibJS: Run the queued promise reaction jobs on bytecode interpreter exit
|
3 năm trước cách đây |
Ali Mohammad Pur
|
e4a7f1a696
LibJS: Make Bytecode::Interpreter return the popped frame
|
3 năm trước cách đây |
Andreas Kling
|
3618ca2420
LibJS: Propagate exceptions across bytecode executable boundaries
|
3 năm trước cách đây |
Andreas Kling
|
049b755123
LibJS: Make bytecode interpreter leave unwind context immediately
|
3 năm trước cách đây |
Andreas Kling
|
c95dde971b
LibJS: Move global "should dump bytecode" flag into LibJS
|
3 năm trước cách đây |
Linus Groh
|
35cc579264
LibJS: Also set ExecutionContext::realm in Bytecode::Interpreter::run()
|
3 năm trước cách đây |
Linus Groh
|
f29a82dd84
LibJS: Move the GlobalEnvironment from GlobalObject to Realm
|
3 năm trước cách đây |
Linus Groh
|
2b8d5696ab
LibJS: Allocate a Realm next to GlobalObject in Interpreter::create()
|
3 năm trước cách đây |
Timothy Flynn
|
66264f7c2a
LibJS: Change ExecutionContext's arguments list to a MarkedValueList
|
3 năm trước cách đây |
Andreas Kling
|
44221756ab
LibJS: Drop "Record" suffix from all the *Environment record classes
|
4 năm trước cách đây |
Andreas Kling
|
c2ad599783
LibJS: Rename CallFrame => ExecutionContext
|
4 năm trước cách đây |
Andreas Kling
|
1f8b6ac3c3
LibJS: Begin implementing GlobalEnvironmentRecord
|
4 năm trước cách đây |
Andreas Kling
|
1d20380859
LibJS: Split the per-call-frame environment into lexical and variable
|
4 năm trước cách đây |