Home
last modified time | relevance | path

Searched refs:jsSourceMap (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/log/
H A Dace_performance_check.cpp339 std::string jsSourceMap; in GetCurrentSourceMap() local
360 if (Framework::GetAssetContentImpl(container->GetAssetManager(), "sourceMaps.map", jsSourceMap)) { in GetCurrentSourceMap()
361 auto jsonPages = JsonUtil::ParseJsonString(jsSourceMap); in GetCurrentSourceMap()
372 if (Framework::GetAssetContentImpl(container->GetAssetManager(), currentPath_ + ".map", jsSourceMap)) { in GetCurrentSourceMap()
374 faPageMap->Init(jsSourceMap); in GetCurrentSourceMap()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dpage_router_manager.cpp904 std::string jsSourceMap; in GetCurrentPageSourceMap() local
919 if (Framework::GetAssetContentImpl(assetManager, "sourceMaps.map", jsSourceMap)) { in GetCurrentPageSourceMap()
920 auto jsonPages = JsonUtil::ParseJsonString(jsSourceMap); in GetCurrentPageSourceMap()
932 if (Framework::GetAssetContentImpl(assetManager, entryPageInfo->GetPagePath() + ".map", jsSourceMap)) { in GetCurrentPageSourceMap()
934 faPageMap->Init(jsSourceMap); in GetCurrentPageSourceMap()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp1538 std::string jsSourceMap; in LoadJs() local
1540 if (delegate->GetAssetContent(url + ".map", jsSourceMap)) { in LoadJs()
1541 page->SetPageMap(jsSourceMap); in LoadJs()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp3319 std::string jsSourceMap;
3320 if (delegate->GetAssetContent(url + ".map", jsSourceMap)) {
3321 page->SetPageMap(jsSourceMap);

Completed in 15 milliseconds