Home
last modified time | relevance | path

Searched refs:stateCollection (Results 1 – 4 of 4) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dprocess_import.ts48 stateCollection,
223 builderParamObjectCollection.get(propertiesName), stateCollection.get(propertiesName),
260stateCollection.get(asExportPropertyName), regularCollection.get(asExportPropertyName),
441 stateCollection.has(CUSTOM_COMPONENT_DEFAULT) ?
442 new Set([...stateCollection.get(CUSTOM_COMPONENT_DEFAULT),
443 ...stateCollection.get(name)]) : stateCollection.get(name),
516 stateCollection.set(component, stateArray);
539 stateCollection.has(name) ||
Dvalidate_ui_syntax.ts145 export const stateCollection: Map<string, Set<string>> = new Map(); constant
802 stateCollection.set(componentName, ComponentSet.states);
1260 ...stateCollection.get(className),
Dprocess_custom_component.ts65 stateCollection,
119 [[COMPONENT_STATE_DECORATOR, stateCollection],
Dprocess_component_member.ts89 stateCollection