Home
last modified time | relevance | path

Searched refs:GetSourceMapOperator (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Djs_environment.h51 std::shared_ptr<SourceMapOperator> GetSourceMapOperator() const in GetSourceMapOperator() function
/ohos5.0/foundation/ability/ability_runtime/js_environment/test/unittest/js_environment_test/
H A Djs_environment_test.cpp543 jsEnv->GetSourceMapOperator();
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp923 auto sourceMapOperator = jsEnv_->GetSourceMapOperator(); in InitSourceMap()