Searched refs:getStatementCount (Results 1 – 1 of 1) sorted by relevance
639 Math.max(getStatementCount(ifNode.thenStatement, allComponentNames),640 getStatementCount(ifNode.elseStatement, allComponentNames));644 function getStatementCount(node: ts.Node, allComponentNames: Set<string>): number { function