Searched refs:SourceMapOperator (Results 1 – 7 of 7) sorted by relevance
30 class SourceMapOperator : public std::enable_shared_from_this<SourceMapOperator> {32 SourceMapOperator(const std::string bundleName, bool isModular, bool hasFile) in SourceMapOperator() function35 ~SourceMapOperator() = default;
51 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;
42 std::shared_ptr<SourceMapOperator> sourceMapOperator, napi_env env) in NapiUncaughtExceptionCallback()56 std::shared_ptr<SourceMapOperator> sourceMapOperator_ = nullptr;
47 class SourceMapOperator; variable127 void InitSourceMap(const std::shared_ptr<JsEnv::SourceMapOperator> operatorImpl);
124 void JsEnvironment::InitSourceMap(const std::shared_ptr<JsEnv::SourceMapOperator> operatorObj) in InitSourceMap()
775 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()
1224 auto operatorObj = std::make_shared<JsEnv::SourceMapOperator>("", true, true);