Home | History | Annotate | Download | only in src

Lines Matching defs:SetHostDispatchHandler

3814 void Debug::SetHostDispatchHandler(HostDispatchHandler handler,
3816 EnsureInitialized("v8::Debug::SetHostDispatchHandler");
3818 i::Debugger::SetHostDispatchHandler(handler, period);