Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast.h918 HandlerTable::CatchPrediction outer_catch_prediction) const { in GetCatchPrediction()
944 HandlerTable::CatchPrediction outer_catch_prediction) const { in ShouldClearPendingException()
/external/v8/src/interpreter/
Dbytecode-generator.cc1685 HandlerTable::CatchPrediction outer_catch_prediction = catch_prediction(); in VisitTryCatchStatement() local