Searched refs:catch_prediction_ (Results 1 – 6 of 6) sorted by relevance
148 catch_prediction_(catch_prediction) {} in TryCatchBuilder()156 HandlerTable::CatchPrediction catch_prediction_; variable169 catch_prediction_(catch_prediction), in TryFinallyBuilder()181 HandlerTable::CatchPrediction catch_prediction_; variable
25 HandlerTable::CatchPrediction pred = entry.catch_prediction_; in ToHandlerTable()62 entries_[handler_id].catch_prediction_ = prediction; in SetPrediction()
104 builder()->MarkHandler(handler_id_, catch_prediction_); in EndTry()128 builder()->MarkHandler(handler_id_, catch_prediction_); in BeginHandler()
50 HandlerTable::CatchPrediction catch_prediction_; member
23 catch_prediction_(HandlerTable::UNCAUGHT) { in AstNumberingVisitor()78 HandlerTable::CatchPrediction catch_prediction_; member in v8::internal::AstNumberingVisitor277 catch_prediction_ == HandlerTable::ASYNC_AWAIT) { in VisitCallRuntime()318 const HandlerTable::CatchPrediction old_prediction = catch_prediction_; in VisitTryCatchStatement()323 catch_prediction_ = catch_prediction; in VisitTryCatchStatement()325 node->set_catch_prediction(catch_prediction_); in VisitTryCatchStatement()327 catch_prediction_ = old_prediction; in VisitTryCatchStatement()338 node->set_catch_prediction(catch_prediction_); in VisitTryFinallyStatement()
1101 return catch_prediction_; in catch_prediction()1104 catch_prediction_ = prediction; in set_catch_prediction()1110 catch_prediction_(HandlerTable::UNCAUGHT), in TryStatement()1113 HandlerTable::CatchPrediction catch_prediction_; variable1138 return catch_prediction_ != HandlerTable::UNCAUGHT; in clear_pending_message()1151 catch_prediction_ = catch_prediction; in TryCatchStatement()