Home | History | Annotate | Download | only in src

Lines Matching defs:handler

356   // handler as the handler and the function is the same.
1285 // First of all ensure there is one-shot break points in the top handler
2357 // First notify the message handler if any.
2666 void Debugger::SetMessageHandler(v8::Debug::MessageHandler2 handler) {
2670 message_handler_ = handler;
2672 if (handler == NULL) {
2690 // Unload the debugger if event listener and message handler cleared.
2697 void Debugger::SetHostDispatchHandler(v8::Debug::HostDispatchHandler handler,
2700 host_dispatch_handler_ = handler;
2706 v8::Debug::DebugMessageDispatchHandler handler, bool provide_locker) {
2709 debug_message_dispatch_handler_ = handler;
2718 // Calls the registered debug message handler. This callback is part of the
2834 // Provide stub message handler; V8 auto-continues each suspend
2835 // when there is no message handler; we doesn't need it.
2874 v8::Debug::DebugMessageDispatchHandler handler;
2877 handler = Debugger::debug_message_dispatch_handler_;
2879 if (handler != NULL) {
2880 handler();