| OLD | NEW |
| 1 CONSOLE ERROR: line 16: Uncaught (in promise) Error: inspector.err1 | 1 CONSOLE ERROR: line 16: Uncaught (in promise) Error: inspector.err1 |
| 2 CONSOLE ERROR: line 34: Uncaught (in promise) Error: inspector.err2 | 2 CONSOLE ERROR: line 34: Uncaught (in promise) Error: inspector.err2 |
| 3 Tests uncaught promise rejections fired during pause. | 3 Tests uncaught promise rejections fired during pause. |
| 4 | 4 |
| 5 Set timer for test function. | 5 Set timer for test function. |
| 6 debugger-uncaught-promise-on-pause.html:10 Console was cleared | 6 debugger-uncaught-promise-on-pause.html:10 Console was cleared |
| 7 | 7 |
| 8 debugger-uncaught-promise-on-pause.html:16 Uncaught (in promise) Error: insp
ector.err1 {stack: (...), message: "inspector.err1"} | 8 debugger-uncaught-promise-on-pause.html:16 Uncaught (in promise) Error: insp
ector.err1 {stack: (...), message: "inspector.err1"} |
| 9 message: "inspector.err1" | 9 message: "inspector.err1" |
| 10 stack: (...) | 10 stack: (...) |
| 11 get stack: function () { [native code] } | 11 get stack: function () { [native code] } |
| 12 set stack: function () { [native code] } | 12 set stack: function () { [native code] } |
| 13 __proto__: d | 13 __proto__: d |
| 14 debugger-uncaught-promise-on-pause.html:16 runPromises | 14 |
| 15 debugger-uncaught-promise-on-pause.html:41 timeout | 15 runPromises @ debugger-uncaught-promise-on-pause.html:16 |
| 16 timeout @ debugger-uncaught-promise-on-pause.html:41 |
| 16 | 17 |
| 17 debugger-uncaught-promise-on-pause.html:34 Uncaught (in promise) Error: insp
ector.err2 {stack: (...), message: "inspector.err2"} | 18 debugger-uncaught-promise-on-pause.html:34 Uncaught (in promise) Error: insp
ector.err2 {stack: (...), message: "inspector.err2"} |
| 18 message: "inspector.err2" | 19 message: "inspector.err2" |
| 19 stack: (...) | 20 stack: (...) |
| 20 get stack: function () { [native code] } | 21 get stack: function () { [native code] } |
| 21 set stack: function () { [native code] } | 22 set stack: function () { [native code] } |
| 22 __proto__: d | 23 __proto__: d |
| 23 debugger-uncaught-promise-on-pause.html:34 runPromises | 24 |
| 24 debugger-uncaught-promise-on-pause.html:41 timeout | 25 runPromises @ debugger-uncaught-promise-on-pause.html:34 |
| 26 timeout @ debugger-uncaught-promise-on-pause.html:41 |
| 25 | 27 |
| OLD | NEW |