Searched refs:getCollectionSet (Results 1 – 1 of 1) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | process_custom_component.ts | 549 const propertySet: Set<string> = getCollectionSet(name, propertyCollection); 550 const linkSet: Set<string> = getCollectionSet(name, linkCollection); 601 function getCollectionSet(name: string, collection: Map<string, Set<string>>): Set<string> { function 766 if (getCollectionSet(customComponentName, item[1]).has(propertyName)) { 848 ...getCollectionSet(customComponentName, storageLinkCollection), 849 ...getCollectionSet(customComponentName, storagePropCollection), 850 ...getCollectionSet(customComponentName, consumeCollection) 892 ...getCollectionSet(customComponentName, linkCollection), 893 ...getCollectionSet(customComponentName, objectLinkCollection)]); 909 ...getCollectionSet(customComponentName, builderParamObjectCollection), [all …]
|