Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dvalidate_ui_syntax.ts566 const BlockNode: ts.Block = getNextNode(node); constant
569 if (!BlockNode) {
572 if (BlockNode && BlockNode.statements) {
573 const length: number = BlockNode.statements.length;
580 const childCount: number = getBlockChildrenCount(BlockNode, allComponentNames);