Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/js_environment/test/unittest/source_map_test/
H A Dsource_map_test.cpp71 auto pos = SourceMap::GetErrorPos(rawStack);
87 auto pos = SourceMap::GetErrorPos(rawStack);
103 auto pos = SourceMap::GetErrorPos(rawStack);
118 auto modSourceMap = std::make_shared<SourceMap>();
136 auto modSourceMap = std::make_shared<SourceMap>();
153 auto modSourceMap = std::make_shared<SourceMap>();
176 auto modSourceMap = std::make_shared<SourceMap>();
313 auto mapObj = std::make_shared<SourceMap>();
334 auto mapObj = std::make_shared<SourceMap>();
365 auto mapObj = std::make_shared<SourceMap>();
[all …]
/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Dsource_map.cpp50 ReadSourceMapCallback SourceMap::readSourceMapFunc_ = nullptr;
51 GetHapPathCallback SourceMap::getHapPathFunc_ = nullptr;
52 std::mutex SourceMap::sourceMapMutex_;
93 void SourceMap::Init(bool isModular, const std::string& hapPath) in Init()
108 std::string SourceMap::TranslateBySourceMap(const std::string& stackStr) in TranslateBySourceMap()
188 void SourceMap::SplitSourceMap(const std::string& sourceMapData) in SplitSourceMap()
385 std::string SourceMap::GetRelativePath(const std::string& sources) in GetRelativePath()
406 std::vector<std::string> SourceMap::HandleMappings(const std::string& mapping) in HandleMappings()
485 ErrorPos SourceMap::GetErrorPos(const std::string& rawStack) in GetErrorPos()
505 void SourceMap::RegisterReadSourceMapCallback(ReadSourceMapCallback readFunc) in RegisterReadSourceMapCallback()
[all …]
H A Duncaught_exception_callback.cpp78 auto errorPos = SourceMap::GetErrorPos(topStack); in operator ()()
/ohos5.0/docs/zh-cn/application-dev/dfx/
H A Djscrash-guidelines.md21 Cannot get SourceMap info, dump raw stack: <- 应用安装包为release包安装时不包含sourcemap文件,JS栈通过sourcemap行列号解析会失败
104 2. 异常代码调用栈 Stack Cannot get SourceMap info, dump raw stack,表示因SourceMap转换失败,仅展示eTS栈对应编译后产物中代码行号,可通过…
120 Cannot get SourceMap info, dump raw stack:
124 3. 异常代码调用栈包含 SourceMap is not initialized yet ,表示因SourceMap转换非常耗时,改为通过异步线程去进行初始化,导致会出现SourceMap没初始化…
143 SourceMap is not initialized yet
163 SourceMap is not initialized yet
230 Cannot get SourceMap info, dump raw stack:
240 Cannot get SourceMap info, dump raw stack 信息表示该应用为release包安装,JS栈转换eTS行列号失败,可考虑使用[应用堆栈解析](https://de…
309 Cannot get SourceMap info, dump raw stack:
319 Cannot get SourceMap info, dump raw stack 信息表示该应用为release包安装,JS栈转换eTS行列号失败,可考虑使用[应用堆栈解析](https://de…
/ohos5.0/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Dsource_map_operator.h39 sourceMapObj_ = std::make_shared<SourceMap>(); in InitSourceMap()
83 std::shared_ptr<SourceMap> GetSourceMapObj() const in GetSourceMapObj()
92 std::shared_ptr<SourceMap> sourceMapObj_;
H A Dsource_map.h70 class SourceMap final {
72 SourceMap() = default;
73 ~SourceMap() = default;
/ohos5.0/docs/en/application-dev/dfx/
H A Djscrash-guidelines.md21 Cannot get SourceMap info, dump raw stack: <- The release package does not contain the **SourceMap*…
104SourceMap info, dump raw stack" is displayed in the call stack, as shown in the following example,…
120 Cannot get SourceMap info, dump raw stack:
124 3. If "SourceMap is not initialized yet" is displayed in the call stack, as shown in the following …
143 SourceMap is not initialized yet
163 SourceMap is not initialized yet
230 Cannot get SourceMap info, dump raw stack:
240 If "Cannot get SourceMap info, dump raw stack" is displayed, the application is installed using a r…
309 Cannot get SourceMap info, dump raw stack:
319 If "Cannot get SourceMap info, dump raw stack" is displayed, the application is installed using a r…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_base_utils.cpp951 auto SourceMap = AceType::MakeRefPtr<RevSourceMap>(); in GetStageSourceMap() local
952 SourceMap->StageModeSourceMapSplit(maps, sourceMaps); in GetStageSourceMap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.cpp997 auto SourceMap = AceType::MakeRefPtr<RevSourceMap>(); in GetStageSourceMap() local
998 SourceMap->StageModeSourceMapSplit(maps, sourceMaps); in GetStageSourceMap()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp910 JsEnv::SourceMap::RegisterReadSourceMapCallback(JsRuntime::ReadSourceMapData); in InitSourceMap()
911 JsEnv::SourceMap::RegisterGetHapPathCallback(JsModuleReader::GetHapPathList); in InitSourceMap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp800 auto SourceMap = AceType::MakeRefPtr<RevSourceMap>(); in GetStageSourceMap() local
801 SourceMap->StageModeSourceMapSplit(maps, sourceMaps); in GetStageSourceMap()