mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 11:06:10 +00:00
LibJS/JIT: Compile the SetVariable bytecode instruction
This commit is contained in:
parent
393d90abe1
commit
6a16783c66
Notes:
sideshowbarker
2024-07-17 07:20:49 +09:00
Author: https://github.com/awesomekling
Commit: 6a16783c66
Pull-request: https://github.com/SerenityOS/serenity/pull/21619
Reviewed-by: https://github.com/Hendiadyoin1
2 changed files with 31 additions and 0 deletions
|
@ -70,6 +70,7 @@ private:
|
|||
|
||||
void compile_call(Bytecode::Op::Call const&);
|
||||
void compile_typeof_variable(Bytecode::Op::TypeofVariable const&);
|
||||
void compile_set_variable(Bytecode::Op::SetVariable const&);
|
||||
|
||||
void store_vm_register(Bytecode::Register, Assembler::Reg);
|
||||
void load_vm_register(Assembler::Reg, Bytecode::Register);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue