Searched refs:propCollection (Results 1 – 4 of 4) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | process_import.ts | 40 propCollection, 222 propertyCollection.get(propertiesName), propCollection.get(propertiesName), 258 propCollection.get(asExportPropertyName), 435 propCollection.has(CUSTOM_COMPONENT_DEFAULT) ? 436 new Set([...propCollection.get(CUSTOM_COMPONENT_DEFAULT), ...propCollection.get(name)]) : 437 propCollection.get(name), 505 if (!propCollection.get(component)) { 506 propCollection.set(component, propArray); 536 propCollection.has(name) ||
|
| D | process_custom_component.ts | 67 propCollection, 121 [COMPONENT_PROP_DECORATOR, propCollection], 273 if (propCollection.get(name)) { 274 propsAndObjectLinks.push(...propCollection.get(name)); 910 ...getCollectionSet(customComponentName, propCollection)]);
|
| D | validate_ui_syntax.ts | 147 export const propCollection: Map<string, Set<string>> = new Map(); constant 804 propCollection.set(componentName, ComponentSet.props); 1221 propCollection.clear(); 1262 ...propCollection.get(className),
|
| D | process_component_class.ts | 105 propCollection 586 const propParentComponent: string[] = getParentNode(node, propCollection).slice(1);
|