Searched refs:linkCollection (Results 1 – 6 of 6) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | result_process.ts | 23 linkCollection, 43 linkCollection.clear();
|
| D | process_import.ts | 35 linkCollection, 221 setDependencies(defaultNameFromParent, linkCollection.get(propertiesName), 256 setDependencies(asExportName, linkCollection.get(asExportPropertyName), 429 linkCollection.has(CUSTOM_COMPONENT_DEFAULT) ? 430 new Set([...linkCollection.get(CUSTOM_COMPONENT_DEFAULT), ...linkCollection.get(name)]) : 431 linkCollection.get(name), 503 linkCollection.set(component, linkArray); 535 return linkCollection.has(name) ||
|
| D | process_custom_component.ts | 66 linkCollection, 120 [COMPONENT_LINK_DECORATOR, linkCollection], 550 const linkSet: Set<string> = getCollectionSet(name, linkCollection); 892 ...getCollectionSet(customComponentName, linkCollection),
|
| D | validate_ui_syntax.ts | 146 export const linkCollection: Map<string, Set<string>> = new Map(); constant 803 linkCollection.set(componentName, ComponentSet.links); 1223 linkCollection.clear(); 1261 ...linkCollection.get(className),
|
| D | process_component_class.ts | 102 linkCollection, 585 const linkParentComponent: string[] = getParentNode(node, linkCollection).slice(1);
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/ |
| D | rollup-plugin-ets-typescript.ts | 42 linkCollection, 346 linkCollection.clear();
|