Searched refs:historyNameCache (Results 1 – 2 of 2) sorted by relevance
98 if (historyNameCache && historyNameCache.size > 0) {99 historyMangledNames = new Set<string>(Array.from(historyNameCache.values()));198 const historyName: string = historyNameCache?.get(path);394 export let historyNameCache: Map<string, string> = undefined; variable
200 renameIdentifierModule.historyNameCache = getMapFromJson(nameCache);322 historyNameCache?: Map<string, string>): Promise<ObfuscationResultType> {340 if (historyNameCache && this.mCustomProfiles.mNameObfuscation) {341 renameIdentifierModule.historyNameCache = historyNameCache;