Searched refs:scriptSource (Results 1 – 5 of 5) sorted by relevance
80 void SetScriptSource(const std::string &scriptSource) in SetScriptSource() argument82 scriptSource_ = scriptSource; in SetScriptSource()
140 …explicit GetScriptSourceReturns(const std::string &scriptSource, std::optional<std::string> byteco…141 : scriptSource_(scriptSource), bytecode_(std::move(bytecode)) in scriptSource_() argument
54 std::string scriptSource; in JsSourceTest()55 ret = result->GetString("scriptSource", &scriptSource); in JsSourceTest()
420 std::string scriptSource; in handleResponse() local421 ret = result->GetString("scriptSource", &scriptSource); in handleResponse()423 sourceManager.SetFileSource(id, scriptSource); in handleResponse()
137 std::string scriptSource; in HWTEST_F_L0() local138 …ASSERT_EQ(getScriptSourceReturns->ToJson()->GetString("scriptSource", &scriptSource), Result::SUCC… in HWTEST_F_L0()139 EXPECT_EQ(scriptSource, "source_1"); in HWTEST_F_L0()