Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DNameCacheUtils.spec.ts127 const globalMangledTable = new Map([['originalName', 'mangledName']]); constant
140 const globalMangledTable = new Map([['originalName', 'mangledName']]); constant
153 const globalMangledTable = new Map([['originalName', 'mangledName']]); constant
/arkcompiler/ets_frontend/arkguard/src/utils/
DCommonCollections.ts21 export let globalMangledTable: Map<string, string> = new Map(); variable