mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:47:34 +00:00
LibJS/JIT: Compile the GetImportMeta instruction
This commit is contained in:
parent
c0c40110c1
commit
cd18bc9d55
2 changed files with 13 additions and 1 deletions
|
@ -127,7 +127,8 @@ private:
|
|||
O(DeleteByIdWithThis, delete_by_id_with_this) \
|
||||
O(PutByIdWithThis, put_by_id_with_this) \
|
||||
O(PutPrivateById, put_private_by_id) \
|
||||
O(ImportCall, import_call)
|
||||
O(ImportCall, import_call) \
|
||||
O(GetImportMeta, get_import_meta)
|
||||
|
||||
# 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