OLD | NEW |
| 1 CONSOLE ERROR: line 3484: The given range isn't in document. |
| 2 CONSOLE ERROR: line 3484: The given range isn't in document. |
1 Tests that evaluation in console that throws works fine when script is paused. | 3 Tests that evaluation in console that throws works fine when script is paused. |
2 | 4 |
3 Set timer for test function. | 5 Set timer for test function. |
4 Dumping console messages: | 6 Dumping console messages: |
5 | 7 |
6 injectedFunction() | 8 injectedFunction() |
7 VM:6 Uncaught Error: injectedObj.func | 9 VM:6 Uncaught Error: injectedObj.func |
8 at Object.func (<anonymous>:6:23) | 10 at Object.func (<anonymous>:6:23) |
9 at injectedFunction (<anonymous>:9:28) | 11 at injectedFunction (<anonymous>:9:28) |
10 at eval (eval at evaluate (:117:21), <anonymous>:1:1) | 12 at eval (eval at evaluate (:117:21), <anonymous>:1:1) |
(...skipping 12 matching lines...) Expand all Loading... |
23 testFunction @ test.js:18 | 25 testFunction @ test.js:18 |
24 globalObj.func() | 26 globalObj.func() |
25 test.js:6 Uncaught Error: globalObj.func | 27 test.js:6 Uncaught Error: globalObj.func |
26 at Object.func (test.js:11:15) | 28 at Object.func (test.js:11:15) |
27 at eval (eval at evaluate (:117:21), <anonymous>:1:11) | 29 at eval (eval at evaluate (:117:21), <anonymous>:1:11) |
28 at testFunction (test.js:23:5) | 30 at testFunction (test.js:23:5) |
29 func @ test.js:6 | 31 func @ test.js:6 |
30 (anonymous) @ VM:1 | 32 (anonymous) @ VM:1 |
31 testFunction @ test.js:18 | 33 testFunction @ test.js:18 |
32 | 34 |
OLD | NEW |