5 #ifndef V8_BUILTINS_BUILTINS_ITERATOR_GEN_H_ 6 #define V8_BUILTINS_BUILTINS_ITERATOR_GEN_H_ 8 #include "src/code-stub-assembler.h" 9 #include "torque-generated/builtins-base-from-dsl-gen.h" 10 #include "torque-generated/builtins-iterator-from-dsl-gen.h" 29 Label* if_exception =
nullptr,
32 Label* if_exception =
nullptr,
42 Node* fast_iterator_result_map =
nullptr,
43 Label* if_exception =
nullptr,
47 Node* fast_iterator_result_map,
Label* if_done) {
48 return IteratorStep(context, iterator, if_done, fast_iterator_result_map);
56 Node* fast_iterator_result_map =
nullptr,
57 Label* if_exception =
nullptr,
61 void IteratorCloseOnException(
Node* context,
const IteratorRecord& iterator,
63 void IteratorCloseOnException(
Node* context,
const IteratorRecord& iterator,
79 #endif // V8_BUILTINS_BUILTINS_ITERATOR_GEN_H_