|
@@ -109,7 +109,8 @@ private:
|
|
O(GetIterator, get_iterator) \
|
|
O(GetIterator, get_iterator) \
|
|
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)
|
|
|
|
|
|
# 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&);
|