Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenamePropertiesTransformer.ts190 const historyName: string = historyMangledTable?.get(original); constant
191 let mangledName: string = historyName ? historyName : globalMangledTable.get(original);
DRenameIdentifierTransformer.ts198 const historyName: string = historyNameCache?.get(path); constant
199 const specifyName: string = historyName ? historyName : nameCache.get(path); constant