()
| 91 | } |
| 92 | |
| 93 | isBreakOnException() { |
| 94 | return !!%IsBreakOnException(this.ExceptionBreak.Caught); |
| 95 | }; |
| 96 | |
| 97 | setBreakOnUncaughtException() { |
| 98 | const newState = this.isBreakOnException() ? "all" : "uncaught"; |
no outgoing calls
no test coverage detected