Searched refs:catch_prediction_ (Results 1 – 7 of 7) sorted by relevance
210 catch_prediction_(catch_prediction), in TryCatchBuilder()222 HandlerTable::CatchPrediction catch_prediction_; variable238 catch_prediction_(catch_prediction), in TryFinallyBuilder()254 HandlerTable::CatchPrediction catch_prediction_; variable
26 HandlerTable::CatchPrediction pred = entry.catch_prediction_; in ToHandlerTable()67 entries_[handler_id].catch_prediction_ = prediction; in SetPrediction()
160 builder()->MarkHandler(handler_id_, catch_prediction_); in EndTry()194 builder()->MarkHandler(handler_id_, catch_prediction_); in BeginHandler()
56 HandlerTable::CatchPrediction catch_prediction_; member
493 return catch_prediction_; in catch_prediction()496 catch_prediction_ = value; in set_catch_prediction()549 HandlerTable::CatchPrediction catch_prediction_; variable
1169 catch_prediction_(HandlerTable::UNCAUGHT) { in BytecodeGenerator()
793 if (catch_prediction_ == HandlerTable::UNCAUGHT) { in GetCatchPrediction()796 return catch_prediction_; in GetCatchPrediction()823 if (catch_prediction_ == HandlerTable::UNCAUGHT_ASYNC_AWAIT) { in ShouldClearPendingException()828 return catch_prediction_ != HandlerTable::UNCAUGHT || in ShouldClearPendingException()833 return catch_prediction_ == HandlerTable::ASYNC_AWAIT; in is_try_catch_for_async()845 catch_prediction_(catch_prediction) {} in TryCatchStatement()849 HandlerTable::CatchPrediction catch_prediction_; variable