Searched refs:JsFrameDebugInfo (Results 1 – 2 of 2) sorted by relevance
72 struct JsFrameDebugInfo { struct77 … JsFrameDebugInfo(EntityId methodId, uint32_t offset, std::string &hapPath, std::string &filePath) in JsFrameDebugInfo() argument
1347 void ArkParseJsFrameDebugInfos([[maybe_unused]] const std::vector<JsFrameDebugInfo> &JsFrameDebugIn… in ArkParseJsFrameDebugInfos()1378 std::vector<JsFrameDebugInfo> &JsFrameDebugInfos) in ArkGetJsFrameDebugInfo()1407 JsFrameDebugInfo JsFrameDebugInfo(EntityId(methodId), offset, hapPath, filePath); in ArkGetJsFrameDebugInfo() local1408 JsFrameDebugInfos.push_back(std::move(JsFrameDebugInfo)); in ArkGetJsFrameDebugInfo()1453 std::vector<JsFrameDebugInfo> JsFrameDebugInfos; in GetArkNativeFrameInfo()