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.h123 …explicit GetScriptSourceReturns(const std::string &scriptSource, std::optional<std::string> byteco…
124 : 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.cpp418 std::string scriptSource; in handleResponse() local
419 ret = result->GetString("scriptSource", &scriptSource); in handleResponse()
421 sourceManager.SetFileSource(id, scriptSource); in handleResponse()
/arkcompiler/toolchain/tooling/test/
Ddebugger_returns_test.cpp136 std::string scriptSource; in HWTEST_F_L0() local
137 …ASSERT_EQ(getScriptSourceReturns->ToJson()->GetString("scriptSource", &scriptSource), Result::SUCC… in HWTEST_F_L0()
138 EXPECT_EQ(scriptSource, "source_1"); in HWTEST_F_L0()