|
@@ -110,7 +110,8 @@ private:
|
|
O(IteratorNext, iterator_next) \
|
|
O(IteratorNext, iterator_next) \
|
|
O(IteratorResultDone, iterator_result_done) \
|
|
O(IteratorResultDone, iterator_result_done) \
|
|
O(ThrowIfNotObject, throw_if_not_object) \
|
|
O(ThrowIfNotObject, throw_if_not_object) \
|
|
- O(ThrowIfNullish, throw_if_nullish)
|
|
|
|
|
|
+ O(ThrowIfNullish, throw_if_nullish) \
|
|
|
|
+ O(IteratorResultValue, iterator_result_value)
|
|
|
|
|
|
# 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&);
|