Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/
DArkObfuscator.ts260 …const updatedGenerator: sourceMap.SourceMapGenerator = sourceMap.SourceMapGenerator.fromSourceMap(… constant
261 updatedGenerator['_file'] = originMap.file;
262 updatedGenerator['_mappings']['_array'] = newMappingList;
263 return JSON.parse(updatedGenerator.toString()) as RawSourceMap;