Searched refs:stateCollection (Results 1 – 4 of 4) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | process_import.ts | 48 stateCollection, 223 builderParamObjectCollection.get(propertiesName), stateCollection.get(propertiesName), 260 … stateCollection.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) ||
|
| D | validate_ui_syntax.ts | 145 export const stateCollection: Map<string, Set<string>> = new Map(); constant 802 stateCollection.set(componentName, ComponentSet.states); 1260 ...stateCollection.get(className),
|
| D | process_custom_component.ts | 65 stateCollection, 119 [[COMPONENT_STATE_DECORATOR, stateCollection],
|
| D | process_component_member.ts | 89 stateCollection
|