Home
last modified time | relevance | path

Searched refs:catch_prediction_ (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dcontrol-flow-builders.h210 catch_prediction_(catch_prediction), in TryCatchBuilder()
222 HandlerTable::CatchPrediction catch_prediction_; variable
238 catch_prediction_(catch_prediction), in TryFinallyBuilder()
254 HandlerTable::CatchPrediction catch_prediction_; variable
Dhandler-table-builder.cc26 HandlerTable::CatchPrediction pred = entry.catch_prediction_; in ToHandlerTable()
67 entries_[handler_id].catch_prediction_ = prediction; in SetPrediction()
Dcontrol-flow-builders.cc160 builder()->MarkHandler(handler_id_, catch_prediction_); in EndTry()
194 builder()->MarkHandler(handler_id_, catch_prediction_); in BeginHandler()
Dhandler-table-builder.h56 HandlerTable::CatchPrediction catch_prediction_; member
Dbytecode-generator.h493 return catch_prediction_; in catch_prediction()
496 catch_prediction_ = value; in set_catch_prediction()
549 HandlerTable::CatchPrediction catch_prediction_; variable
Dbytecode-generator.cc1169 catch_prediction_(HandlerTable::UNCAUGHT) { in BytecodeGenerator()
/third_party/node/deps/v8/src/ast/
Dast.h793 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