mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:07:46 +00:00
LibJS/JIT: Compile the HasPrivateId instruction
This commit is contained in:
parent
712c89dacf
commit
a16082c6a5
3 changed files with 26 additions and 1 deletions
|
@ -131,7 +131,8 @@ private:
|
|||
O(GetImportMeta, get_import_meta) \
|
||||
O(DeleteVariable, delete_variable) \
|
||||
O(GetMethod, get_method) \
|
||||
O(GetNewTarget, get_new_target)
|
||||
O(GetNewTarget, get_new_target) \
|
||||
O(HasPrivateId, has_private_id)
|
||||
|
||||
# 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