Home
last modified time | relevance | path

Searched defs:catch_prediction (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/interpreter/
Dcontrol-flow-builders.h148 HandlerTable::CatchPrediction catch_prediction) in TryCatchBuilder()
169 HandlerTable::CatchPrediction catch_prediction) in TryFinallyBuilder()
Dbytecode-array-builder.cc983 int handler_id, HandlerTable::CatchPrediction catch_prediction) { in MarkHandler()
/external/v8/src/ast/
Dast-numbering.cc371 HandlerTable::CatchPrediction catch_prediction = node->catch_prediction(); in VisitTryCatchStatement() local
Dast.h1081 HandlerTable::CatchPrediction catch_prediction() const { in catch_prediction() function
1127 HandlerTable::CatchPrediction catch_prediction, int pos) in TryCatchStatement()