Searched refs:sourceMapPath (Results 1 - 5 of 5) sorted by relevance
/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/ |
H A D | source_map.h | 68 const std::string& sourceMapPath, std::string& content)>; 80 static bool ReadSourceMapData(const std::string& hapPath, const std::string& sourceMapPath, std::string& content);
|
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/ |
H A D | source_map.cpp | 511 bool SourceMap::ReadSourceMapData(const std::string& hapPath, const std::string& sourceMapPath, std::string& content) in ReadSourceMapData() argument 515 return readSourceMapFunc_(hapPath, sourceMapPath, content); in ReadSourceMapData()
|
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/ |
H A D | js_runtime.h | 67 static bool ReadSourceMapData(const std::string& hapPath, const std::string& sourceMapPath, std::string& content);
|
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_runtime.cpp | 1335 bool JsRuntime::ReadSourceMapData(const std::string& hapPath, const std::string& sourceMapPath, std::string& content) in ReadSourceMapData() argument 1351 if (!extractor->ExtractToBufByName(sourceMapPath, dataPtr, len)) { in ReadSourceMapData() 1353 std::string tempPath = std::regex_replace(sourceMapPath, std::regex("ets"), "assets/js"); in ReadSourceMapData()
|
/foundation/ability/ability_runtime/test/unittest/runtime_test/ |
H A D | js_runtime_test.cpp | 858 std::string sourceMapPath = ""; in HWTEST_F() local 860 auto result = jsRuntime->ReadSourceMapData(hapPath, sourceMapPath, content); in HWTEST_F()
|
Completed in 8 milliseconds