Home | History | Annotate | Download | only in src

Lines Matching defs:handler

184   C(Handler, handler)                                   \
278 // Get the top C++ try catch handler or NULL if none are registered.
285 // Get the address of the top C++ try catch handler or NULL if
293 // corresponds to the place on the JS stack where the C++ handler
628 static Address handler(ThreadLocalTop* thread) { return thread->handler_; }
659 // handler the exception is scheduled to be rethrown when we return to running
663 // Push and pop a promise and the current try-catch handler.
671 // Heuristically guess whether a Promise is handled by user catch handler
739 // Find the correct handler for the current pending exception. This also
759 void RestorePendingMessageFromTryCatch(v8::TryCatch* handler);
760 // Un-schedule an exception that was caught by a TryCatch handler.
761 void CancelScheduledExceptionFromTryCatch(v8::TryCatch* handler);