Lines Matching refs:ComponentSet
800 const ComponentSet: IComponentSet = getComponentSet(node, judgeInitializeInEntry); constant
801 propertyCollection.set(componentName, ComponentSet.properties);
802 stateCollection.set(componentName, ComponentSet.states);
803 linkCollection.set(componentName, ComponentSet.links);
804 propCollection.set(componentName, ComponentSet.props);
805 regularCollection.set(componentName, ComponentSet.regulars);
806 storagePropCollection.set(componentName, ComponentSet.storageProps);
807 storageLinkCollection.set(componentName, ComponentSet.storageLinks);
808 provideCollection.set(componentName, ComponentSet.provides);
809 consumeCollection.set(componentName, ComponentSet.consumes);
810 objectLinkCollection.set(componentName, ComponentSet.objectLinks);
811 localStorageLinkCollection.set(componentName, ComponentSet.localStorageLink);
812 localStoragePropCollection.set(componentName, ComponentSet.localStorageProp);
813 builderParamObjectCollection.set(componentName, ComponentSet.builderParams);
814 builderParamInitialization.set(componentName, ComponentSet.builderParamData);
815 propInitialization.set(componentName, ComponentSet.propData);