Home
last modified time | relevance | path

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

/developtools/ace-ets2bundle/compiler/src/
Dvalidate_ui_syntax.ts426 let maxCount: number = 0;
432 maxCount += 2;
435 maxCount += getIfChildrenCount(item, allComponentNames);
438 maxCount += 1;
445 maxCount += 1;
450 if (maxCount > 1) {
454 return maxCount;
474 const maxCount: number = constant
477 return maxCount;
481 let maxCount: number = 0;
[all …]