Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_ui_syntax.ts235 componentCollection.currentClassName = node.name.getText();
236 … componentCollection.entryComponent === componentCollection.currentClassName && entryKeyNode(node);
238 componentCollection.currentClassName = null;
Dprocess_component_build.ts246 componentCollection.entryComponent === componentCollection.currentClassName;
1654 const isRecycleComponent: boolean = isRecycle(componentCollection.currentClassName);
2295 …regularCollection.get(componentCollection.currentClassName).has(node.name.escapedText.toString()))…
2630 } else if (builderParamObjectCollection.get(componentCollection.currentClassName) &&
2631 builderParamObjectCollection.get(componentCollection.currentClassName).has(name)) {
Dvalidate_ui_syntax.ts107 currentClassName: string; property
136 currentClassName: null