Home
last modified time | relevance | path

Searched refs:storagePropCollection (Results 1 – 3 of 3) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dprocess_import.ts50 storagePropCollection,
224 regularCollection.get(propertiesName), storagePropCollection.get(propertiesName),
261storagePropCollection.get(asExportPropertyName), storageLinkCollection.get(asExportPropertyName),
447 storagePropCollection.has(CUSTOM_COMPONENT_DEFAULT) ?
448 new Set([...storagePropCollection.get(CUSTOM_COMPONENT_DEFAULT),
449 ...storagePropCollection.get(name)]) : storagePropCollection.get(name),
518 storagePropCollection.set(component, storagePropsArray);
541 storagePropCollection.has(name) ||
Dprocess_custom_component.ts69 storagePropCollection,
849 ...getCollectionSet(customComponentName, storagePropCollection),
Dvalidate_ui_syntax.ts149 export const storagePropCollection: Map<string, Set<string>> = new Map(); constant
806 storagePropCollection.set(componentName, ComponentSet.storageProps);