Searched refs:objectLinkCollection (Results 1 – 3 of 3) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | process_import.ts | 54 objectLinkCollection, 226 consumeCollection.get(propertiesName), objectLinkCollection.get(propertiesName), 263 …objectLinkCollection.get(asExportPropertyName), localStorageLinkCollection.get(asExportPropertyNam… 459 objectLinkCollection.has(CUSTOM_COMPONENT_DEFAULT) ? 460 new Set([...objectLinkCollection.get(CUSTOM_COMPONENT_DEFAULT), 461 ...objectLinkCollection.get(name)]) : objectLinkCollection.get(name), 522 objectLinkCollection.set(component, objectLinksArray); 545 objectLinkCollection.has(name) ||
|
| D | process_custom_component.ts | 73 objectLinkCollection, 124 [COMPONENT_OBJECT_LINK_DECORATOR, objectLinkCollection]]); 276 if (objectLinkCollection.get(name)) { 277 propsAndObjectLinks.push(...objectLinkCollection.get(name)); 893 ...getCollectionSet(customComponentName, objectLinkCollection)]);
|
| D | validate_ui_syntax.ts | 153 export const objectLinkCollection: Map<string, Set<string>> = new Map(); constant 810 objectLinkCollection.set(componentName, ComponentSet.objectLinks); 1222 objectLinkCollection.clear(); 1267 ...objectLinkCollection.get(className)
|