Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast-numbering.cc325 node->set_catch_prediction(catch_prediction_); in VisitTryCatchStatement()
338 node->set_catch_prediction(catch_prediction_); in VisitTryFinallyStatement()
Dast.h1103 void set_catch_prediction(HandlerTable::CatchPrediction prediction) { in set_catch_prediction() function