Home
last modified time | relevance | path

Searched refs:GetCatchPrediction (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ast/
Dprettyprinter.cc980 switch (node->GetCatchPrediction(HandlerTable::UNCAUGHT)) { in VisitTryCatchStatement()
Dast.h917 inline HandlerTable::CatchPrediction GetCatchPrediction( in GetCatchPrediction() function
/external/v8/src/interpreter/
Dbytecode-generator.cc1686 set_catch_prediction(stmt->GetCatchPrediction(outer_catch_prediction)); in VisitTryCatchStatement()