Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dvalidate_ui_syntax.ts639 Math.max(getStatementCount(ifNode.thenStatement, allComponentNames),
640 getStatementCount(ifNode.elseStatement, allComponentNames));
644 function getStatementCount(node: ts.Node, allComponentNames: Set<string>): number { function