Home | History | Annotate | Download | only in src

Lines Matching defs:exception

18                      Exception: 2,
208 // Exception evaluating condition counts as not triggered.
753 // Disable all exception breakpoints:
1070 function MakeExceptionEvent(break_id, exception, uncaught, promise) {
1071 return new ExceptionEvent(break_id, exception
1075 function ExceptionEvent(break_id, exception, uncaught, promise) {
1077 this.exception_ = exception;
1084 return Debug.DebugEvent.Exception;
1088 ExceptionEvent.prototype.exception = function() {
1125 o.event = "exception";
1127 exception: MakeMirror(this.exception_)
1793 // Now set the exception break state:
1967 // Returns raw value or throws exception.