Home
last modified time | relevance | path

Searched refs:outer_catch_prediction (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/ast/
Dast.h792 HandlerTable::CatchPrediction outer_catch_prediction) const { in GetCatchPrediction() argument
794 return outer_catch_prediction; in GetCatchPrediction()
822 HandlerTable::CatchPrediction outer_catch_prediction) const { in ShouldClearPendingException() argument
824 DCHECK_EQ(outer_catch_prediction, HandlerTable::UNCAUGHT); in ShouldClearPendingException()
829 outer_catch_prediction != HandlerTable::UNCAUGHT; in ShouldClearPendingException()
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc2465 HandlerTable::CatchPrediction outer_catch_prediction = catch_prediction(); in VisitTryCatchStatement() local
2466 set_catch_prediction(stmt->GetCatchPrediction(outer_catch_prediction)); in VisitTryCatchStatement()
2472 set_catch_prediction(outer_catch_prediction); in VisitTryCatchStatement()
2483 if (stmt->ShouldClearPendingException(outer_catch_prediction)) { in VisitTryCatchStatement()