Searched refs:UNCAUGHT (Results 1 – 7 of 7) sorted by relevance
36 UNCAUGHT, // The handler will (likely) rethrow the exception. enumerator
1492 if (prediction == HandlerTable::UNCAUGHT) continue; in Throw()1502 if (prediction == HandlerTable::UNCAUGHT) continue; in Throw()1509 return HandlerTable::UNCAUGHT; in Throw()1514 case HandlerTable::UNCAUGHT: in Throw()2165 case HandlerTable::UNCAUGHT: in Throw()
37 Entry entry = {0, 0, 0, Register::invalid_value(), HandlerTable::UNCAUGHT}; in NewHandlerEntry()
915 catch_prediction_(HandlerTable::UNCAUGHT) { in BytecodeGenerator()3364 DCHECK(catch_prediction() != HandlerTable::UNCAUGHT); in BuildAwait()
980 switch (node->GetCatchPrediction(HandlerTable::UNCAUGHT)) { in VisitTryCatchStatement()981 case HandlerTable::UNCAUGHT: in VisitTryCatchStatement()
919 if (catch_prediction_ == HandlerTable::UNCAUGHT) { in GetCatchPrediction()945 return catch_prediction_ != HandlerTable::UNCAUGHT || in ShouldClearPendingException()946 outer_catch_prediction != HandlerTable::UNCAUGHT; in ShouldClearPendingException()2942 HandlerTable::UNCAUGHT, pos); in NewTryCatchStatementForReThrow()
454 return HandlerTable::UNCAUGHT; in GetBuiltinCatchPrediction()