mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:47:44 +00:00
LibJS/JIT: Compile the ConcatString bytecode instruction
This commit is contained in:
parent
cafe60d713
commit
1d3062de9e
3 changed files with 21 additions and 0 deletions
|
@ -115,6 +115,7 @@ private:
|
|||
void compile_typeof_variable(Bytecode::Op::TypeofVariable const&);
|
||||
void compile_set_variable(Bytecode::Op::SetVariable const&);
|
||||
void compile_continue_pending_unwind(Bytecode::Op::ContinuePendingUnwind const&);
|
||||
void compile_concat_string(Bytecode::Op::ConcatString 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