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()
123 …explicit GetScriptSourceReturns(const std::string &scriptSource, std::optional<std::string> byteco…124 : scriptSource_(scriptSource), bytecode_(std::move(bytecode)) in scriptSource_() argument
54 std::string scriptSource; in JsSourceTest()55 ret = result->GetString("scriptSource", &scriptSource); in JsSourceTest()
418 std::string scriptSource; in handleResponse() local419 ret = result->GetString("scriptSource", &scriptSource); in handleResponse()421 sourceManager.SetFileSource(id, scriptSource); in handleResponse()
136 std::string scriptSource; in HWTEST_F_L0() local137 …ASSERT_EQ(getScriptSourceReturns->ToJson()->GetString("scriptSource", &scriptSource), Result::SUCC… in HWTEST_F_L0()138 EXPECT_EQ(scriptSource, "source_1"); in HWTEST_F_L0()