Searched refs:ReadSourceMapData (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/js_environment/test/unittest/source_map_test/ |
H A D | source_map_test.cpp | 52 bool ReadSourceMapData(const std::string& hapPath, const std::string& mapPath, std::string& content) in ReadSourceMapData() function 122 EXPECT_FALSE(modSourceMap->ReadSourceMapData(hapPath, mapPath, context)); 135 SourceMap::RegisterReadSourceMapCallback(ReadSourceMapData); 140 modSourceMap->ReadSourceMapData(hapPath, mapPath, context);
|
/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/ |
H A D | source_map.cpp | 99 ReadSourceMapData(hapPath_, MEGER_SOURCE_MAP_PATH, sourceMapData); in Init() 168 if (!ReadSourceMapData(hapPath_, url, curSourceMap)) { in TranslateBySourceMap() 511 bool SourceMap::ReadSourceMapData(const std::string& hapPath, const std::string& sourceMapPath, std… in ReadSourceMapData() function in OHOS::JsEnv::SourceMap
|
/ohos5.0/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/ |
H A D | source_map.h | 80 …static bool ReadSourceMapData(const std::string& hapPath, const std::string& sourceMapPath, std::s…
|
/ohos5.0/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::s…
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_runtime.cpp | 910 JsEnv::SourceMap::RegisterReadSourceMapCallback(JsRuntime::ReadSourceMapData); in InitSourceMap() 1405 bool JsRuntime::ReadSourceMapData(const std::string& hapPath, const std::string& sourceMapPath, std… in ReadSourceMapData() function in OHOS::AbilityRuntime::JsRuntime
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/ |
H A D | js_runtime_test.cpp | 839 auto result = jsRuntime->ReadSourceMapData(hapPath, sourceMapPath, content);
|