Lines Matching refs:if_exception
583 Label* if_exception, in InvokeResolve() argument
600 GotoIfException(result, if_exception, var_exception); in InvokeResolve()
610 GotoIfException(resolve, if_exception, var_exception); in InvokeResolve()
615 GotoIfException(result, if_exception, var_exception); in InvokeResolve()
1130 Label if_exception(this, Label::kDeferred); in TF_BUILTIN() local
1135 GotoIfException(result, &if_exception, &var_exception); in TF_BUILTIN()
1138 BIND(&if_exception); in TF_BUILTIN()
1226 Label if_exception(this, Label::kDeferred); in PromiseReactionJob() local
1234 GotoIfException(result, &if_exception, &var_exception); in PromiseReactionJob()
1238 BIND(&if_exception); in PromiseReactionJob()
1836 const IteratorRecord& iterator, Label* if_exception, in PerformPromiseAll() argument
1866 if_exception, var_exception); in PerformPromiseAll()
1873 native_context, next, fast_iterator_result_map, if_exception, in PerformPromiseAll()
1953 if_exception, var_exception); in PerformPromiseAll()
2003 GotoIfException(resolve_call, if_exception, var_exception); in PerformPromiseAll()