Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dgenerate_sourcemap.ts64 public sourceMapKeyMappingForObf: Map<string, string> = new Map(); property in SourceMapGenerator
276 for (let [key, newKey] of this.sourceMapKeyMappingForObf) {
394 …this.sourceMapKeyMappingForObf.set(this.genKey(originalFilePath), this.genKey(originalFilePath, tr…
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts430 if (!sourceMapGenerator.sourceMapKeyMappingForObf.get(sourceFile)) {
434 sourceFile = sourceMapGenerator.sourceMapKeyMappingForObf.get(sourceFile);