mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:27:45 +00:00
LibJS/JIT: Support the GetVariable bytecode instruction
This commit is contained in:
parent
17657d012f
commit
dabaaabfc0
5 changed files with 47 additions and 21 deletions
|
@ -95,6 +95,7 @@ private:
|
|||
void compile_get_by_id(Bytecode::Op::GetById const&);
|
||||
void compile_get_by_value(Bytecode::Op::GetByValue const&);
|
||||
void compile_get_global(Bytecode::Op::GetGlobal const&);
|
||||
void compile_get_variable(Bytecode::Op::GetVariable const&);
|
||||
|
||||
void compile_put_by_id(Bytecode::Op::PutById const&);
|
||||
void compile_put_by_value(Bytecode::Op::PutByValue const&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue