Searched refs:regularCollection (Results 1 – 4 of 4) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | process_import.ts | 49 regularCollection, 224 regularCollection.get(propertiesName), storagePropCollection.get(propertiesName), 260 … stateCollection.get(asExportPropertyName), regularCollection.get(asExportPropertyName), 444 regularCollection.has(CUSTOM_COMPONENT_DEFAULT) ? 445 new Set([...regularCollection.get(CUSTOM_COMPONENT_DEFAULT), 446 ...regularCollection.get(name)]) : regularCollection.get(name), 517 regularCollection.set(component, regularArray); 540 regularCollection.has(name) ||
|
| D | process_custom_component.ts | 68 regularCollection, 122 [COMPONENT_NON_DECORATOR, regularCollection],
|
| D | validate_ui_syntax.ts | 148 export const regularCollection: Map<string, Set<string>> = new Map(); constant 805 regularCollection.set(componentName, ComponentSet.regulars);
|
| D | process_component_build.ts | 165 import { regularCollection } from './validate_ui_syntax'; 2295 …regularCollection.get(componentCollection.currentClassName).has(node.name.escapedText.toString()))…
|