Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dutils.ts20 import sourceMap from "source-map";
202 export async function updateSourceMap(originMap: sourceMap.RawSourceMap, newMap: sourceMap.RawSourc…
209 …const originConsumer: sourceMap.SourceMapConsumer = await new sourceMap.SourceMapConsumer(originMa…
210 const newConsumer: sourceMap.SourceMapConsumer = await new sourceMap.SourceMapConsumer(newMap);
211 const newMappingList: sourceMap.MappingItem[] = [];
212 newConsumer.eachMapping((mapping: sourceMap.MappingItem) => {
225 …const updatedGenerator: sourceMap.SourceMapGenerator = sourceMap.SourceMapGenerator.fromSourceMap(…
/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts18 import type sourceMap from 'source-map'; alias
347 let previousStageSourceMap: sourceMap.RawSourceMap | undefined = undefined;
357 let mixedInfo: {content: string, sourceMap?: any, nameCache?: any};
365 if (mixedInfo.sourceMap) {
366 mixedInfo.sourceMap.sources = [relativeSourceFilePath];
367 rollupNewSourceMaps[relativeSourceFilePath] = mixedInfo.sourceMap;
476 export function generateSourceFilesToTemporary(sourcePath: string, sourceContent: string, sourceMap
491 sourceMap.sources = [source];
492 sourceMap.file = path.basename(sourceMap.file);
493 delete sourceMap.sourcesContent;
[all …]
Dprocess_module_files.ts73 sourceMap: true
76 sourceMap: true,
/developtools/ace_js2bundle/ace-loader/
Dwebpack.lite.config.js205 if (env.sourceMap === 'none') {
Dwebpack.rich.config.js371 if (env.sourceMap === 'none') {
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dnative_hook_filter.cpp84 void NativeHookFilter::UpdateMap(std::unordered_map<T1, T2>& sourceMap, T1 key, T2 value) in UpdateMap() argument
86 auto itor = sourceMap.find(key); in UpdateMap()
87 if (itor != sourceMap.end()) { in UpdateMap()
90 sourceMap.insert(std::make_pair(key, value)); in UpdateMap()
Dnative_hook_filter.h87 void UpdateMap(std::unordered_map<T1, T2>& sourceMap, T1 key, T2 value);
/developtools/smartperf_host/trace_streamer/src/filter/
Dnative_hook_filter.cpp85 void NativeHookFilter::UpdateMap(std::unordered_map<T1, T2>& sourceMap, T1 key, T2 value) in UpdateMap() argument
87 auto itor = sourceMap.find(key); in UpdateMap()
88 if (itor != sourceMap.end()) { in UpdateMap()
91 sourceMap.insert(std::make_pair(key, value)); in UpdateMap()
Dnative_hook_filter.h87 void UpdateMap(std::unordered_map<T1, T2>& sourceMap, T1 key, T2 value);
/developtools/smartperf_host/ide/
Dtsconfig.json60 …de the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap' to be set. */
/developtools/profiler/host/smartperf/ide/
Dtsconfig.json60 …de the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap' to be set. */