Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_import.ts54 objectLinkCollection,
226 consumeCollection.get(propertiesName), objectLinkCollection.get(propertiesName),
263objectLinkCollection.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) ||
Dprocess_custom_component.ts73 objectLinkCollection,
124 [COMPONENT_OBJECT_LINK_DECORATOR, objectLinkCollection]]);
276 if (objectLinkCollection.get(name)) {
277 propsAndObjectLinks.push(...objectLinkCollection.get(name));
893 ...getCollectionSet(customComponentName, objectLinkCollection)]);
Dvalidate_ui_syntax.ts153 export const objectLinkCollection: Map<string, Set<string>> = new Map(); constant
810 objectLinkCollection.set(componentName, ComponentSet.objectLinks);
1222 objectLinkCollection.clear();
1267 ...objectLinkCollection.get(className)