Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/bridge/common/sourcemap/
H A Dsource_map_test.cpp172 std::string sourceMap; variable
173 revSourceMap.Init(sourceMap);
179 sourceMap = "\"test\"\"sources\"\"./pag\\es\""
186 revSourceMap.Init(sourceMap);
201 std::string sourceMap; variable
202 revSourceMap.Init(sourceMap);
208 sourceMap = "\"test\"\"sources\"\"./pag\\es\""
215 revSourceMap.Init(sourceMap);
230 std::string sourceMap; variable
260 std::string sourceMap; variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dsource_map.cpp144 for (uint32_t i = 0; i < sourceMap.size(); i++) { in ExtractKeyInfo()
146 if (sourceMap[i] == DOUBLE_SLASH) { in ExtractKeyInfo()
148 tempStr += sourceMap[i]; in ExtractKeyInfo()
152 if (sourceMap[i] == '"') { in ExtractKeyInfo()
160 if (sourceMap[i] != '"') { in ExtractKeyInfo()
161 tempStr += sourceMap[i]; in ExtractKeyInfo()
167 void RevSourceMap::Init(const std::string& sourceMap) in Init() argument
172 ExtractKeyInfo(sourceMap, sourceKeyInfo); in Init()
245 void RevSourceMap::MergeInit(const std::string& sourceMap, in MergeInit() argument
250 ExtractKeyInfo(sourceMap, sourceKey); in MergeInit()
[all …]
H A Dsource_map.h48 … static void ExtractKeyInfo(const std::string& sourceMap, std::vector<std::string>& sourceKeyInfo);
49 void Init(const std::string& sourceMap);
50 static void MergeInit(const std::string& sourceMap, RefPtr<RevSourceMap>& RevSourceMap);
52 … const std::string& sourceMap, std::unordered_map<std::string, RefPtr<RevSourceMap>>& sourceMaps);
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Dace_performance_check.cpp132 auto sourceMap = GetCurrentSourceMap(); in GetCodeInfo() local
133 CHECK_NULL_RETURN(sourceMap, {}); in GetCodeInfo()
135 auto codeInfo = sourceMap->Find(row, col, false); in GetCodeInfo()
343 auto sourceMap = AceType::MakeRefPtr<Framework::RevSourceMap>(); in GetCurrentSourceMap() local
370 sourceMap = AceType::MakeRefPtr<Framework::RevSourceMap>(); in GetCurrentSourceMap()
371 sourceMap->Init(jsonPage); in GetCurrentSourceMap()
372 return sourceMap; in GetCurrentSourceMap()
/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Dsource_map.cpp338 void SourceMap::ExtractKeyInfo(const std::string& sourceMap, std::vector<std::string>& sourceKeyInf… in ExtractKeyInfo() argument
342 for (uint32_t i = 0; i < sourceMap.size(); i++) { in ExtractKeyInfo()
344 if (sourceMap[i] == DOUBLE_SLASH) { in ExtractKeyInfo()
346 tempStr += sourceMap[i]; in ExtractKeyInfo()
350 if (sourceMap[i] == '"') { in ExtractKeyInfo()
358 if (sourceMap[i] != '"') { in ExtractKeyInfo()
359 tempStr += sourceMap[i]; in ExtractKeyInfo()
/ohos5.0/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Dsource_map.h89 void ExtractKeyInfo(const std::string& sourceMap, std::vector<std::string>& sourceKeyInfo);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfrontend.h126 …tageSourceMap(std::unordered_map<std::string, RefPtr<Framework::RevSourceMap>>& sourceMap) const {} in GetStageSourceMap() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.h86 std::unordered_map<std::string, RefPtr<Framework::RevSourceMap>>& sourceMap) const override;
H A Ddeclarative_frontend.cpp781 std::unordered_map<std::string, RefPtr<Framework::RevSourceMap>>& sourceMap) const in Initialize()
784 delegate_->GetStageSourceMap(sourceMap); in Initialize()
H A Dfrontend_delegate_declarative.h345 std::unordered_map<std::string, RefPtr<Framework::RevSourceMap>>& sourceMap);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.h298 …oid GetStageSourceMap(std::unordered_map<std::string, RefPtr<Framework::RevSourceMap>>& sourceMap);
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Djsvm-data-types-interfaces.md216 - sourceMapUrl : sourceMap 的路径,当前仅支持运行设备上的本地路径, 可以为空。
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Dsource-obfuscation.md771 …ine Tools to restore the source stack trace and analyze problems. The **sourceMap.json** file gene…