|
@@ -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&);
|