Home
last modified time | relevance | path

Searched refs:InitSourceMap (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime.h127 void InitSourceMap(const std::shared_ptr<JsEnv::SourceMapOperator> operatorImpl);
128 void InitSourceMap(const std::string hqfFilePath);
/ohos5.0/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Dsource_map_operator.h37 void InitSourceMap() in InitSourceMap() function
H A Djs_environment.h65 void InitSourceMap(const std::shared_ptr<JsEnv::SourceMapOperator> operatorObj);
/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() function in OHOS::JsEnv::JsEnvironment
133 sourceMapOperator_->InitSourceMap(); in InitSourceMap()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp468 InitSourceMap(hqfFile); in LoadRepairPatch()
777 InitSourceMap(operatorObj); in Initialize()
906 void JsRuntime::InitSourceMap(const std::shared_ptr<JsEnv::SourceMapOperator> operatorObj) in InitSourceMap() function in OHOS::AbilityRuntime::JsRuntime
909 jsEnv_->InitSourceMap(operatorObj); in InitSourceMap()
914 void JsRuntime::InitSourceMap(const std::string hqfFilePath) in InitSourceMap() function in OHOS::AbilityRuntime::JsRuntime
1400 InitSourceMap(hqfFile); in RegisterQuickFixQueryFunc()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_runtime_test.cpp1225 jsRuntime->InitSourceMap(operatorObj);