|
@@ -105,7 +105,8 @@ private:
|
|
O(ContinuePendingUnwind, continue_pending_unwind) \
|
|
O(ContinuePendingUnwind, continue_pending_unwind) \
|
|
O(ConcatString, concat_string) \
|
|
O(ConcatString, concat_string) \
|
|
O(BlockDeclarationInstantiation, block_declaration_instantiation) \
|
|
O(BlockDeclarationInstantiation, block_declaration_instantiation) \
|
|
- O(SuperCallWithArgumentArray, super_call_with_argument_array)
|
|
|
|
|
|
+ O(SuperCallWithArgumentArray, super_call_with_argument_array) \
|
|
|
|
+ O(GetIterator, get_iterator)
|
|
|
|
|
|
# define DECLARE_COMPILE_OP(OpTitleCase, op_snake_case) \
|
|
# define DECLARE_COMPILE_OP(OpTitleCase, op_snake_case) \
|
|
void compile_##op_snake_case(Bytecode::Op::OpTitleCase const&);
|
|
void compile_##op_snake_case(Bytecode::Op::OpTitleCase const&);
|