Lines Matching refs:if_exception
22 Label* if_exception, in GetIterator() argument
25 return GetIterator(context, object, method, if_exception, exception); in GetIterator()
31 Label* if_exception, in GetIterator() argument
33 GotoIfException(method, if_exception, exception); in GetIterator()
43 GotoIfException(ret, if_exception, exception); in GetIterator()
51 GotoIfException(iterator, if_exception, exception); in GetIterator()
60 GotoIfException(ret, if_exception, exception); in GetIterator()
66 GotoIfException(next, if_exception, exception); in GetIterator()
75 Node* fast_iterator_result_map, Label* if_exception, Variable* exception) { in IteratorStep() argument
80 GotoIfException(result, if_exception, exception); in IteratorStep()
110 GotoIfException(done, if_exception, exception); in IteratorStep()
118 GotoIfException(ret, if_exception, exception); in IteratorStep()
128 Label* if_exception, in IteratorValue() argument
148 GotoIfException(value, if_exception, exception); in IteratorValue()
158 Node* context, const IteratorRecord& iterator, Label* if_exception, in IteratorCloseOnException() argument
163 DCHECK_NOT_NULL(if_exception); in IteratorCloseOnException()
171 GotoIfException(method, if_exception, exception); in IteratorCloseOnException()
174 GotoIf(Word32Or(IsUndefined(method), IsNull(method)), if_exception); in IteratorCloseOnException()
181 GotoIfException(inner_result, if_exception, nullptr); in IteratorCloseOnException()
184 Goto(if_exception); in IteratorCloseOnException()