Home
last modified time | relevance | path

Searched refs:historyNameCache (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenameIdentifierTransformer.ts98 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
/arkcompiler/ets_frontend/arkguard/src/
DArkObfuscator.ts200 renameIdentifierModule.historyNameCache = getMapFromJson(nameCache);
322 historyNameCache?: Map<string, string>): Promise<ObfuscationResultType> {
340 if (historyNameCache && this.mCustomProfiles.mNameObfuscation) {
341 renameIdentifierModule.historyNameCache = historyNameCache;