Searched refs:SetHostDispatchHandler (Results 1 – 6 of 6) sorted by relevance
112 v8::Debug::SetHostDispatchHandler(0); in debugHostDispatchHandler()125 … v8::Debug::SetHostDispatchHandler(&DebuggerAgentManager::debugHostDispatchHandler, 100 /* ms */); in debugAttach()154 v8::Debug::SetHostDispatchHandler(0); in debugDetach()
288 static void SetHostDispatchHandler(HostDispatchHandler handler,
752 void SetHostDispatchHandler(v8::Debug::HostDispatchHandler handler,
3029 void Debugger::SetHostDispatchHandler(v8::Debug::HostDispatchHandler handler, in SetHostDispatchHandler() function in v8::internal::Debugger
5681 void Debug::SetHostDispatchHandler(HostDispatchHandler handler, in SetHostDispatchHandler() function in v8::Debug5686 isolate->debugger()->SetHostDispatchHandler(handler, period); in SetHostDispatchHandler()
5706 v8::Debug::SetHostDispatchHandler(HostDispatchDispatchHandler, 10 /* ms */); in Run()