Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dprettyprinter.cc1033 switch (node->GetCatchPrediction(HandlerTable::UNCAUGHT)) { in VisitTryCatchStatement()
Dast.h791 inline HandlerTable::CatchPrediction GetCatchPrediction( in GetCatchPrediction() function
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc2466 set_catch_prediction(stmt->GetCatchPrediction(outer_catch_prediction)); in VisitTryCatchStatement()