Home
last modified time | relevance | path

Searched defs: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()
822 HandlerTable::CatchPrediction outer_catch_prediction) const { in ShouldClearPendingException()
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc2465 HandlerTable::CatchPrediction outer_catch_prediction = catch_prediction(); in VisitTryCatchStatement() local