Home
last modified time | relevance | path

Searched refs:SourceMapOperator (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Dsource_map_operator.h30 class SourceMapOperator : public std::enable_shared_from_this<SourceMapOperator> {
32 SourceMapOperator(const std::string bundleName, bool isModular, bool hasFile) in SourceMapOperator() function
35 ~SourceMapOperator() = default;
H A Djs_environment.h51 std::shared_ptr<SourceMapOperator> GetSourceMapOperator() const in GetSourceMapOperator()
65 void InitSourceMap(const std::shared_ptr<JsEnv::SourceMapOperator> operatorObj);
120 std::shared_ptr<SourceMapOperator> sourceMapOperator_ = nullptr;
H A Duncaught_exception_callback.h42 std::shared_ptr<SourceMapOperator> sourceMapOperator, napi_env env) in NapiUncaughtExceptionCallback()
56 std::shared_ptr<SourceMapOperator> sourceMapOperator_ = nullptr;
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime.h47 class SourceMapOperator; variable
127 void InitSourceMap(const std::shared_ptr<JsEnv::SourceMapOperator> operatorImpl);
/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/frameworks/native/runtime/
H A Djs_runtime.cpp775 auto operatorObj = std::make_shared<JsEnv::SourceMapOperator>(options.bundleName, isModular, in Initialize()
906 void JsRuntime::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);