Home
last modified time | relevance | path

Searched refs:scriptSource (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/toolchain/tooling/base/
Dpt_script.h80 void SetScriptSource(const std::string &scriptSource) in SetScriptSource() argument
82 scriptSource_ = scriptSource; in SetScriptSource()
Dpt_returns.h140 …explicit GetScriptSourceReturns(const std::string &scriptSource, std::optional<std::string> byteco…
141 : scriptSource_(scriptSource), bytecode_(std::move(bytecode)) in scriptSource_() argument
/arkcompiler/toolchain/tooling/test/testcases/
Djs_source_test.h54 std::string scriptSource; in JsSourceTest()
55 ret = result->GetString("scriptSource", &scriptSource); in JsSourceTest()
/arkcompiler/toolchain/tooling/client/domain/
Ddebugger_client.cpp420 std::string scriptSource; in handleResponse() local
421 ret = result->GetString("scriptSource", &scriptSource); in handleResponse()
423 sourceManager.SetFileSource(id, scriptSource); in handleResponse()
/arkcompiler/toolchain/tooling/test/
Ddebugger_returns_test.cpp137 std::string scriptSource; in HWTEST_F_L0() local
138 …ASSERT_EQ(getScriptSourceReturns->ToJson()->GetString("scriptSource", &scriptSource), Result::SUCC… in HWTEST_F_L0()
139 EXPECT_EQ(scriptSource, "source_1"); in HWTEST_F_L0()