Lines Matching refs:ComponentSet
919 const ComponentSet: IComponentSet = getComponentSet(node, judgeInitializeInEntry); constant
920 propertyCollection.set(componentName, ComponentSet.properties);
921 stateCollection.set(componentName, ComponentSet.states);
922 linkCollection.set(componentName, ComponentSet.links);
923 propCollection.set(componentName, ComponentSet.props);
924 regularCollection.set(componentName, ComponentSet.regulars);
925 storagePropCollection.set(componentName, ComponentSet.storageProps);
926 storageLinkCollection.set(componentName, ComponentSet.storageLinks);
927 provideCollection.set(componentName, ComponentSet.provides);
928 consumeCollection.set(componentName, ComponentSet.consumes);
929 objectLinkCollection.set(componentName, ComponentSet.objectLinks);
930 localStorageLinkCollection.set(componentName, ComponentSet.localStorageLink);
931 localStoragePropCollection.set(componentName, ComponentSet.localStorageProp);
932 builderParamObjectCollection.set(componentName, ComponentSet.builderParams);
933 builderParamInitialization.set(componentName, ComponentSet.builderParamData);
934 propInitialization.set(componentName, ComponentSet.propData);