mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:27:44 +00:00
LibJS/JIT: Compile the DeleteVariable instruction
This commit is contained in:
parent
cd18bc9d55
commit
06ea4cfc4f
2 changed files with 18 additions and 1 deletions
|
@ -128,7 +128,8 @@ private:
|
|||
O(PutByIdWithThis, put_by_id_with_this) \
|
||||
O(PutPrivateById, put_private_by_id) \
|
||||
O(ImportCall, import_call) \
|
||||
O(GetImportMeta, get_import_meta)
|
||||
O(GetImportMeta, get_import_meta) \
|
||||
O(DeleteVariable, delete_variable)
|
||||
|
||||
# define DECLARE_COMPILE_OP(OpTitleCase, op_snake_case) \
|
||||
void compile_##op_snake_case(Bytecode::Op::OpTitleCase const&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue