Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_import.ts166 asExportCollection, componentCollection.customDialogs);
168 componentCollection.customDialogs.add(node.name.getText());
804 componentCollection.customDialogs.add(name);
Dvalidate_ui_syntax.ts105 customDialogs: Set<string>; property
134 customDialogs: new Set([]),
322 componentCollection.customDialogs.add(componentName);
Dprocess_component_class.ts177 { hasController: !componentCollection.customDialogs.has(parentComponentName.getText()) };
Dprocess_ui_syntax.ts382 if (componentCollection.customDialogs.has(componentName)) {
Dprocess_component_member.ts311 if (componentCollection.customDialogs.has(componentName.getText()) && node.type &&