Home
last modified time | relevance | path

Searched refs:pageMap (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dentry_page_info.h69 void SetPageMap(const RefPtr<Framework::RevSourceMap>& pageMap) in SetPageMap() argument
71 pageMap_ = pageMap; in SetPageMap()
H A Dpage_router_manager.cpp899 auto pageMap = entryPageInfo->GetPageMap(); in GetCurrentPageSourceMap() local
900 if (pageMap) { in GetCurrentPageSourceMap()
901 return pageMap; in GetCurrentPageSourceMap()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_base_utils.cpp160 RefPtr<RevSourceMap> pageMap; in GenerateSummaryBody() local
172 pageMap = frontEnd->GetCurrentPageSourceMap(); in GenerateSummaryBody()
184 pageMap = runningPage->GetPageMap(); in GenerateSummaryBody()
219 if (pageMap || appMap || !sourceMaps.empty()) { in GenerateSummaryBody()
224 } else if (pageMap) { in GenerateSummaryBody()
225 sourceCodeInfo = pageMap->GetOriginalNames(sourceCodeInfo, errorPos.second); in GenerateSummaryBody()
231 showStack = TranslateStack(rawStack, pageUrl, pageMap, appMap, data); in GenerateSummaryBody()
315 RefPtr<RevSourceMap> pageMap; in TransSourceStack() local
323 pageMap = frontEnd->GetCurrentPageSourceMap(); in TransSourceStack()
329 pageMap in TransSourceStack()
373 TranslateStack(const std::string& stackStr, const std::string& pageUrl, const RefPtr<RevSourceMap>& pageMap, const RefPtr<RevSourceMap>& appMap, const AceType* data) TranslateStack() argument
524 GetSourceInfo(const std::string& line, const std::string& column, const RefPtr<RevSourceMap>& pageMap, const RefPtr<RevSourceMap>& appMap, bool isAppPage, const AceType* data, const bool isBundle) GetSourceInfo() argument
[all...]
H A Djsi_base_utils.h76 const RefPtr<RevSourceMap>& pageMap, const RefPtr<RevSourceMap>& appMap, const AceType* data = nullptr);
95 const RefPtr<RevSourceMap>& pageMap, const RefPtr<RevSourceMap>& appMap, bool isAppPage, const AceType* data,
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_ace_page.h292 void SetPageMap(const std::string& pageMap) in SetPageMap() argument
295 pageMap_->Init(pageMap); in SetPageMap()

Completed in 7 milliseconds