Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/js_environment/test/unittest/source_map_test/
H A Dsource_map_test.cpp272 std::string sourceMaps = "{" variable
315 mapObj->SplitSourceMap(sourceMaps);
331 std::string sourceMaps = ""; variable
335 mapObj->Init(true, sourceMaps);
352 std::string sourceMaps = "{" variable
366 mapObj->Init(true, sourceMaps);
383 std::string sourceMaps = "{" variable
397 mapObj->Init(true, sourceMaps);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_base_utils.cpp162 std::unordered_map<std::string, RefPtr<RevSourceMap>> sourceMaps; in GenerateSummaryBody() local
170 frontEnd->GetStageSourceMap(sourceMaps); in GenerateSummaryBody()
182 GetStageSourceMap(data, sourceMaps); in GenerateSummaryBody()
219 if (pageMap || appMap || !sourceMaps.empty()) { in GenerateSummaryBody()
229 showStack = TranslateBySourceMap(rawStack, pageUrl, sourceMaps, appMap, data); in GenerateSummaryBody()
432 …const std::unordered_map<std::string, RefPtr<RevSourceMap>>& sourceMaps, const RefPtr<RevSourceMap… in TranslateBySourceMap() argument
471 auto iter = sourceMaps.find(key); in TranslateBySourceMap()
472 if (iter != sourceMaps.end()) { in TranslateBySourceMap()
946 … const AceType* data, std::unordered_map<std::string, RefPtr<Framework::RevSourceMap>>& sourceMaps) in GetStageSourceMap() argument
952 SourceMap->StageModeSourceMapSplit(maps, sourceMaps); in GetStageSourceMap()
H A Djsi_base_utils.h74 const AceType* data, std::unordered_map<std::string, RefPtr<RevSourceMap>>& sourceMaps);
78 …const std::unordered_map<std::string, RefPtr<RevSourceMap>>& sourceMaps, const RefPtr<RevSourceMap…
/ohos5.0/foundation/arkui/ace_engine/test/unittest/bridge/common/sourcemap/
H A Dsource_map_test.cpp289 std::unordered_map<std::string, RefPtr<RevSourceMap>> sourceMaps; variable
301 revSourceMap.StageModeSourceMapSplit(sourceMap, sourceMaps);
302 EXPECT_EQ(sourceMaps.size(), 1);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dsource_map.h52 … const std::string& sourceMap, std::unordered_map<std::string, RefPtr<RevSourceMap>>& sourceMaps);
H A Dsource_map.cpp411 std::unordered_map<std::string, RefPtr<RevSourceMap>>& sourceMaps) in StageModeSourceMapSplit() argument
426 sourceMaps.emplace(key, curMapData); in StageModeSourceMapSplit()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.cpp993 std::unordered_map<std::string, RefPtr<Framework::RevSourceMap>>& sourceMaps) in GetStageSourceMap() argument
998 SourceMap->StageModeSourceMapSplit(maps, sourceMaps); in GetStageSourceMap()
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/
H A Dsource-obfuscation.md878 …tudio命令工具Command Line Tools中的hstack插件来还原源码堆栈,进而分析问题。反混淆工具需要使用应用编译过程中生成的sourceMaps.map文件以及混淆名称映射文件n…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp792 std::unordered_map<std::string, RefPtr<Framework::RevSourceMap>>& sourceMaps) in GetStageSourceMap() argument
801 SourceMap->StageModeSourceMapSplit(maps, sourceMaps); in GetStageSourceMap()