Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/utils/
DNameCacheUtil.ts42 export function getMapFromJson(jsonObj: Object): Map<string, string> { function
/arkcompiler/ets_frontend/arkguard/src/
DArkObfuscator.ts47 getMapFromJson,
60 export {getMapFromJson, readProjectProperties};
200 renameIdentifierModule.historyNameCache = getMapFromJson(nameCache);
214 renamePropertyModule.historyMangledTable = getMapFromJson(propertyCache);