Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp1983 ir::AstNode *startPoint = node; in CheckThrowingPlacement() local
1986 ir::AstNode *p = startPoint->Parent(); in CheckThrowingPlacement()
1995 enclosingCatchClause = FindAncestorGivenByType(startPoint, ir::AstNodeType::CATCH_CLAUSE, p); in CheckThrowingPlacement()
1996 enclosingFinallyBlock = FindFinalizerOfTryStatement(startPoint, p); in CheckThrowingPlacement()
1999 startPoint = enclosingCatchClause; in CheckThrowingPlacement()
2002 startPoint = enclosingFinallyBlock; in CheckThrowingPlacement()

Completed in 5 milliseconds