Home
last modified time | relevance | path

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

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