Searched refs:convertLineBasedOnSourceMap (Results 1 – 2 of 2) sorted by relevance
311 …private convertLineBasedOnSourceMap(targetCache: string, sourceMapLink?: SourceMapLink): Map<strin… method in ArkObfuscator486 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);
117 return this.convertLineBasedOnSourceMap(targetCache, sourceMapLink);