Home
last modified time | relevance | path

Searched defs:operatorObj (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Djs_environment.cpp124 void JsEnvironment::InitSourceMap(const std::shared_ptr<JsEnv::SourceMapOperator> operatorObj) in InitSourceMap()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_runtime_test.cpp1224 auto operatorObj = std::make_shared<JsEnv::SourceMapOperator>("", true, true); variable
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp775 auto operatorObj = std::make_shared<JsEnv::SourceMapOperator>(options.bundleName, isModular, in Initialize() local
906 void JsRuntime::InitSourceMap(const std::shared_ptr<JsEnv::SourceMapOperator> operatorObj) in InitSourceMap()