Searched refs:OnCallDebuggerGetScriptSource (Results 1 – 8 of 8) sorted by relevance
84 void OnCallDebuggerGetScriptSource(std::function<std::string(std::string_view)> &&handler);
787 inspectorServer_.OnCallDebuggerGetScriptSource(std::bind(&Inspector::GetSourceCode, this, _1)); in RegisterMethodHandlers()
312 void InspectorServer::OnCallDebuggerGetScriptSource(std::function<std::string(std::string_view)> &&… in OnCallDebuggerGetScriptSource() function in ark::tooling::inspector::InspectorServer
785 inspectorServer_.OnCallDebuggerGetScriptSource(std::bind(&Inspector::GetSourceCode, this, _1)); in RegisterMethodHandlers()
332 TEST_F(ServerTest, OnCallDebuggerGetScriptSource) in TEST_F() argument351 inspectorServer.OnCallDebuggerGetScriptSource([](auto source) { in TEST_F()362 inspectorServer.OnCallDebuggerGetScriptSource([](auto) { return "a"; }); in TEST_F()