Searched refs:UNCAUGHT (Results 1 – 7 of 7) sorted by relevance
40 UNCAUGHT, // The handler will (likely) rethrow the exception. enumerator
42 Entry entry = {0, 0, 0, Register::invalid_value(), HandlerTable::UNCAUGHT}; in NewHandlerEntry()
1086 catch_prediction_(HandlerTable::UNCAUGHT) { in BytecodeGenerator()2089 HandlerTable::UNCAUGHT); in VisitForOfStatement()3636 HandlerTable::UNCAUGHT); in BuildFinalizeIteration()3850 HandlerTable::UNCAUGHT); in BuildDestructuringArrayAssignment()4531 DCHECK(catch_prediction() != HandlerTable::UNCAUGHT || in BuildAwait()
786 if (catch_prediction_ == HandlerTable::UNCAUGHT) { in GetCatchPrediction()817 DCHECK_EQ(outer_catch_prediction, HandlerTable::UNCAUGHT); in ShouldClearPendingException()821 return catch_prediction_ != HandlerTable::UNCAUGHT || in ShouldClearPendingException()822 outer_catch_prediction != HandlerTable::UNCAUGHT; in ShouldClearPendingException()2843 HandlerTable::UNCAUGHT, pos); in NewTryCatchStatementForReThrow()
1027 switch (node->GetCatchPrediction(HandlerTable::UNCAUGHT)) { in VisitTryCatchStatement()1028 case HandlerTable::UNCAUGHT: in VisitTryCatchStatement()
422 return HandlerTable::UNCAUGHT; in GetBuiltinCatchPrediction()
1949 if (prediction == HandlerTable::UNCAUGHT) continue; in ThrowInternal()1959 if (prediction == HandlerTable::UNCAUGHT) continue; in ThrowInternal()1966 return HandlerTable::UNCAUGHT; in ThrowInternal()1971 case HandlerTable::UNCAUGHT: in ThrowInternal()2539 case HandlerTable::UNCAUGHT: in ThrowInternal()