Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/
DArkObfuscator.ts239 const newConsumer: sourceMap.SourceMapConsumer = await new sourceMap.SourceMapConsumer(newMap); constant
241 newConsumer.eachMapping((mapping: sourceMap.MappingItem) => {
260 …dGenerator: sourceMap.SourceMapGenerator = sourceMap.SourceMapGenerator.fromSourceMap(newConsumer);