Home
last modified time | relevance | path

Searched refs:sourceMapPath (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Dsource_map.h68 const std::string& sourceMapPath, std::string& content)>;
80 …static bool ReadSourceMapData(const std::string& hapPath, const std::string& sourceMapPath, std::s…
/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Dsource_map.cpp511 bool SourceMap::ReadSourceMapData(const std::string& hapPath, const std::string& sourceMapPath, std… in ReadSourceMapData() argument
515 return readSourceMapFunc_(hapPath, sourceMapPath, content); in ReadSourceMapData()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime.h67 …static bool ReadSourceMapData(const std::string& hapPath, const std::string& sourceMapPath, std::s…
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp1405 bool JsRuntime::ReadSourceMapData(const std::string& hapPath, const std::string& sourceMapPath, std… in ReadSourceMapData() argument
1421 if (!extractor->ExtractToBufByName(sourceMapPath, dataPtr, len)) { in ReadSourceMapData()
1423 std::string tempPath = std::regex_replace(sourceMapPath, std::regex("ets"), "assets/js"); in ReadSourceMapData()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_runtime_test.cpp837 std::string sourceMapPath = ""; variable
839 auto result = jsRuntime->ReadSourceMapData(hapPath, sourceMapPath, content);