Lines Matching refs:if_exception
38 Label* if_exception = nullptr,
135 Label* if_exception = nullptr,
142 Label* if_may_have_side_effects, Label* if_exception, in AddConstructorEntry() argument
149 if_exception, var_exception); in AddConstructorEntry()
154 GotoIfException(ret, if_exception, var_exception); in AddConstructorEntry()
159 GotoIfException(ret, if_exception, var_exception); in AddConstructorEntry()
295 Label exit(this), loop(this), if_exception(this, Label::kDeferred); in AddConstructorEntriesFromIterable() local
316 nullptr, &if_exception, &var_exception); in AddConstructorEntriesFromIterable()
319 BIND(&if_exception); in AddConstructorEntriesFromIterable()
521 Label* if_exception, TVariable<Object>* var_exception) { in LoadKeyValue() argument
602 GotoIfException(key->value(), if_exception, var_exception); in LoadKeyValue()
606 GotoIfException(value->value(), if_exception, var_exception); in LoadKeyValue()
614 GotoIfException(ret, if_exception, var_exception); in LoadKeyValue()