Searched refs:catch_prediction (Results 1 – 7 of 7) sorted by relevance
107 HandlerTable::CatchPrediction catch_prediction = HandlerTable::ASYNC_AWAIT; in RUNTIME_FUNCTION() local108 handler_table.LookupRange(pc, nullptr, &catch_prediction); in RUNTIME_FUNCTION()109 return isolate->heap()->ToBoolean(catch_prediction == HandlerTable::CAUGHT); in RUNTIME_FUNCTION()
182 HandlerTable::CatchPrediction catch_prediction) in TryCatchBuilder() argument185 catch_prediction_(catch_prediction), in TryCatchBuilder()212 HandlerTable::CatchPrediction catch_prediction) in TryFinallyBuilder() argument215 catch_prediction_(catch_prediction), in TryFinallyBuilder()
338 inline HandlerTable::CatchPrediction catch_prediction() const { in catch_prediction() function
1685 HandlerTable::CatchPrediction outer_catch_prediction = catch_prediction(); in VisitTryCatchStatement()1689 catch_prediction()); in VisitTryCatchStatement()1734 stmt, catch_prediction()); in VisitTryFinallyStatement()3054 .LoadBoolean(catch_prediction() != HandlerTable::ASYNC_AWAIT) in VisitYield()3316 .LoadBoolean(catch_prediction() != HandlerTable::ASYNC_AWAIT) in VisitYieldStar()3364 DCHECK(catch_prediction() != HandlerTable::UNCAUGHT); in BuildAwait()3374 catch_prediction() == HandlerTable::ASYNC_AWAIT in BuildAwait()3383 catch_prediction() == HandlerTable::ASYNC_AWAIT in BuildAwait()
1317 int handler_id, HandlerTable::CatchPrediction catch_prediction) { in MarkHandler() argument1321 handler_table_builder()->SetPrediction(handler_id, catch_prediction); in MarkHandler()
2150 HandlerTable::CatchPrediction catch_prediction; in Throw() local2152 catch_prediction = PredictException(JavaScriptFrame::cast(frame)); in Throw()2159 catch_prediction = code->GetBuiltinCatchPrediction(); in Throw()2164 switch (catch_prediction) { in Throw()
953 HandlerTable::CatchPrediction catch_prediction, int pos) in TryCatchStatement() argument957 catch_prediction_(catch_prediction) {} in TryCatchStatement()