Lines Matching defs:exception
573 // exception here is the initial implicit yield in generators (which
659 // an exception event on exception at this location.
1179 // hitting a break point. In other situations (e.g. unhandled exception) the
2110 base::Optional<Object> Debug::OnThrow(Handle<Object> exception) {
2122 OnException(exception, maybe_promise,
2131 // throwing the original exception.
2155 // Uncaught exception is blackboxed if all current frames are blackboxed,
2156 // caught exception if top frame is blackboxed.
2178 void Debug::OnException(Handle<Object> exception, Handle<Object> promise,
2181 // Do not trigger exception event on stack overflow. We cannot perform
2189 // Return if we are not interested in exception events.
2202 // Check whether the promise reject is considered an uncaught exception.
2206 // Ignore the exception if the promise was marked as silent
2215 // Return if the exception is caught and we only care about uncaught
2240 v8::Utils::ToLocal(native_context), v8::Utils::ToLocal(exception),
2691 // Convert the termination exception into a regular exception.
2758 // Throw an uncatchable termination exception.
2836 // Throw an uncatchable termination exception.
2862 // Throw an uncatchable termination exception.
2896 // Throw an uncatchable termination exception.