Lines Matching refs:exception
18 Exception: 2,
205 // Exception evaluating condition counts as not triggered.
750 // Disable all exception breakpoints:
1073 function MakeExceptionEvent(exec_state, exception
1074 return new ExceptionEvent(exec_state, exception, uncaught, promise);
1078 function ExceptionEvent(exec_state, exception, uncaught, promise) {
1080 this.exception_ = exception;
1092 return Debug.DebugEvent.Exception;
1096 ExceptionEvent.prototype.exception = function() {
1133 o.event = "exception";
1135 exception: MakeMirror(this.exception_)
1776 // Now set the exception break state:
1950 // Returns raw value or throws exception.