Searched refs:ComponentSet (Results 1 – 2 of 2) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | process_import.ts | 391 const ComponentSet: IComponentSet = getComponentSet(node, false); constant 395 setDependencies(defaultNameFromParent, ComponentSet.links, ComponentSet.properties, 396 ComponentSet.props, ComponentSet.builderParams, ComponentSet.states, ComponentSet.regulars, 397 ComponentSet.storageProps, ComponentSet.storageLinks, ComponentSet.provides, 398 ComponentSet.consumes, ComponentSet.objectLinks, ComponentSet.localStorageLink, 399 ComponentSet.localStorageProp, ComponentSet.builderParamData, ComponentSet.propData, isDETS, 402 … setDependencies(asNameFromParent.get(componentName), ComponentSet.links, ComponentSet.properties, 403 ComponentSet.props, ComponentSet.builderParams, ComponentSet.states, ComponentSet.regulars, 404 ComponentSet.storageProps, ComponentSet.storageLinks, ComponentSet.provides, 405 ComponentSet.consumes, ComponentSet.objectLinks, ComponentSet.localStorageLink, [all …]
|
| D | validate_ui_syntax.ts | 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); [all …]
|