Searched defs:ancestorFunction (Results 1 – 1 of 1) sorted by relevance
1876 bool ETSChecker::CheckRethrowingParams(const ir::AstNode *ancestorFunction, const ir::AstNode *node) in CheckRethrowingParams()1890 ir::AstNode *ancestorFunction = FindAncestorGivenByType(node, ir::AstNodeType::SCRIPT_FUNCTION); in CheckThrowingStatements() local1929 bool ETSChecker::CheckThrowingPlacement(ir::AstNode *node, const ir::AstNode *ancestorFunction) in CheckThrowingPlacement()