Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DNameCacheUtils.spec.ts94 const historyNameCache = new Map([ constant
112 const historyNameCache = new Map([ constant
/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenameIdentifierTransformer.ts676 export let historyNameCache: Map<string, string> = undefined; variable