Searched refs:InitSourceMap (Results 1 – 6 of 6) sorted by relevance
127 void InitSourceMap(const std::shared_ptr<JsEnv::SourceMapOperator> operatorImpl);128 void InitSourceMap(const std::string hqfFilePath);
37 void InitSourceMap() in InitSourceMap() function
65 void InitSourceMap(const std::shared_ptr<JsEnv::SourceMapOperator> operatorObj);
124 void JsEnvironment::InitSourceMap(const std::shared_ptr<JsEnv::SourceMapOperator> operatorObj) in InitSourceMap() function in OHOS::JsEnv::JsEnvironment133 sourceMapOperator_->InitSourceMap(); in InitSourceMap()
468 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::JsRuntime909 jsEnv_->InitSourceMap(operatorObj); in InitSourceMap()914 void JsRuntime::InitSourceMap(const std::string hqfFilePath) in InitSourceMap() function in OHOS::AbilityRuntime::JsRuntime1400 InitSourceMap(hqfFile); in RegisterQuickFixQueryFunc()
1225 jsRuntime->InitSourceMap(operatorObj);