Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_import.ts56 localStoragePropCollection,
227 … localStorageLinkCollection.get(propertiesName), localStoragePropCollection.get(propertiesName),
264localStoragePropCollection.get(asExportPropertyName), builderParamInitialization.get(asExportPrope…
463 getNewLocalStorageMap(localStoragePropCollection, name),
524 localStoragePropCollection.set(component, localStoragePropMap);
547 localStoragePropCollection.has(name)
Dvalidate_ui_syntax.ts156 export const localStoragePropCollection: Map<string, Map<string, Set<string>>> = new Map(); constant
812 localStoragePropCollection.set(componentName, ComponentSet.localStorageProp);
1279 if (localStoragePropCollection.get(componentName)) {
1280 for (const key of localStoragePropCollection.get(componentName).keys()) {
Dprocess_component_class.ts104 localStoragePropCollection,
378 …const localStorageProp: Set<string> = localStoragePropCollection.get(parentComponentName).get(name…
Dprocess_ui_syntax.ts94 localStoragePropCollection,