Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/
DArkObfuscator.ts311 …private convertLineBasedOnSourceMap(targetCache: string, sourceMapLink?: SourceMapLink): Map<strin… method in ArkObfuscator
486 newIdentifierCache = this.convertLineBasedOnSourceMap(IDENTIFIER_CACHE, sourceMapLink);
487 newMemberMethodCache = this.convertLineBasedOnSourceMap(MEM_METHOD_CACHE, sourceMapLink);
490 newIdentifierCache = this.convertLineBasedOnSourceMap(IDENTIFIER_CACHE);
491 newMemberMethodCache = this.convertLineBasedOnSourceMap(MEM_METHOD_CACHE);
/arkcompiler/ets_frontend/arkguard/test/benchmark/
DSourceMap.benchmark.ts117 return this.convertLineBasedOnSourceMap(targetCache, sourceMapLink);