Lines Matching refs:exception
332 // function twice might happen when stepping in a function with an exception
770 Handle<Object> exception;
776 &exception);
787 if (!exception.is_null()) {
788 isolate->set_pending_exception(*exception);
1364 // hitting a break point. In other situations (e.g. unhandled exception) the
1383 // in an unhandled exception.
2545 MaybeHandle<Object> Debug::MakeExceptionEvent(Handle<Object> exception,
2550 // Create the new exception event object.
2552 exception,
2582 void Debug::OnException(Handle<Object> exception, bool uncaught) {
2589 // Bail out if exception breaks are not active
2606 // Bail out and don't call debugger if exception.
2608 exception, uncaught, promise).ToHandle(&event_data)) {
2613 ProcessDebugEvent(v8::Exception, Handle<JSObject>::cast(event_data), false);
2614 // Return to continue execution from where the exception was thrown.
2628 // Bail out and don't call debugger if exception.
2647 // Bail out and don't call debugger if exception.
2706 // Bail out and don't call debugger if exception.
2723 // Bail out and don't call debugger if exception.
2740 // Bail out and don't call debugger if exception.
2826 case v8::Exception:
2903 Handle<Object> exception;
2907 process_debug_request, cmd_processor, 1, request_args, &exception);
2928 Execution::ToString(isolate_, exception).ToHandleChecked());
3126 // pending exception as clearing the mirror cache calls back into
3128 // case the exception should end up in the calling code.