Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Dsource_map_operator.h37 void InitSourceMap() in InitSourceMap() function in OHOS::JsEnv::SourceMapOperator
H A Djs_environment.h65 void InitSourceMap(const std::shared_ptr<JsEnv::SourceMapOperator> operatorObj);
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime.h122 void InitSourceMap(const std::shared_ptr<JsEnv::SourceMapOperator> operatorImpl);
123 void InitSourceMap(const std::string hqfFilePath);
/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()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp434 InitSourceMap(hqfFile); in LoadRepairPatch()
737 InitSourceMap(operatorObj); in Initialize()
869 void JsRuntime::InitSourceMap(const std::shared_ptr<JsEnv::SourceMapOperator> operatorObj) in InitSourceMap() function in OHOS::AbilityRuntime::JsRuntime
873 jsEnv_->InitSourceMap(operatorObj); in InitSourceMap()
878 void JsRuntime::InitSourceMap(const std::string hqfFilePath) in InitSourceMap() function in OHOS::AbilityRuntime::JsRuntime
1330 InitSourceMap(hqfFile); in RegisterQuickFixQueryFunc()
/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_runtime_test.cpp1271 * @tc.desc: JsRuntime test for InitSourceMap.
1282 jsRuntime->InitSourceMap(operatorObj); in HWTEST_F()

Completed in 6 milliseconds