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 D | source_map_test.cpp | 71 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 D | source_map.cpp | 50 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 D | uncaught_exception_callback.cpp | 78 auto errorPos = SourceMap::GetErrorPos(topStack); in operator ()()
|
/ohos5.0/docs/zh-cn/application-dev/dfx/ |
H A D | jscrash-guidelines.md | 21 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 D | source_map_operator.h | 39 sourceMapObj_ = std::make_shared<SourceMap>(); in InitSourceMap() 83 std::shared_ptr<SourceMap> GetSourceMapObj() const in GetSourceMapObj() 92 std::shared_ptr<SourceMap> sourceMapObj_;
|
H A D | source_map.h | 70 class SourceMap final { 72 SourceMap() = default; 73 ~SourceMap() = default;
|
/ohos5.0/docs/en/application-dev/dfx/ |
H A D | jscrash-guidelines.md | 21 Cannot get SourceMap info, dump raw stack: <- The release package does not contain the **SourceMap*… 104 …SourceMap 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 D | jsi_base_utils.cpp | 951 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 D | frontend_delegate_declarative_ng.cpp | 997 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 D | js_runtime.cpp | 910 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 D | frontend_delegate_declarative.cpp | 800 auto SourceMap = AceType::MakeRefPtr<RevSourceMap>(); in GetStageSourceMap() local 801 SourceMap->StageModeSourceMapSplit(maps, sourceMaps); in GetStageSourceMap()
|