mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:57:35 +00:00
LibJS/JIT: Compile the GetMethod instruction
This commit is contained in:
parent
06ea4cfc4f
commit
19045d6431
3 changed files with 21 additions and 1 deletions
|
@ -129,7 +129,8 @@ private:
|
|||
O(PutPrivateById, put_private_by_id) \
|
||||
O(ImportCall, import_call) \
|
||||
O(GetImportMeta, get_import_meta) \
|
||||
O(DeleteVariable, delete_variable)
|
||||
O(DeleteVariable, delete_variable) \
|
||||
O(GetMethod, get_method)
|
||||
|
||||
# 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