Home
last modified time | relevance | path

Searched refs:enclosingCatchClause (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp1984 ir::AstNode *enclosingCatchClause = nullptr; in CheckThrowingPlacement() local
1989 const auto predicateFunc = [&enclosingCatchClause](ir::CatchClause *clause) { in CheckThrowingPlacement()
1990 return clause == enclosingCatchClause; in CheckThrowingPlacement()
1995 enclosingCatchClause = FindAncestorGivenByType(startPoint, ir::AstNodeType::CATCH_CLAUSE, p); in CheckThrowingPlacement()
1999 startPoint = enclosingCatchClause; in CheckThrowingPlacement()

Completed in 5 milliseconds