Home
last modified time | relevance | path

Searched refs:GetSourceMapObj (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Dsource_map_operator.h83 std::shared_ptr<SourceMap> GetSourceMapObj() const in GetSourceMapObj() function
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp925 auto sourceMapObj = sourceMapOperator->GetSourceMapObj(); in InitSourceMap()