| OLD | NEW |
| 1 Tests that evaluation in console that throws works fine when script is paused. | 1 Tests that evaluation in console that throws works fine when script is paused. |
| 2 | 2 |
| 3 Set timer for test function. | 3 Set timer for test function. |
| 4 Dumping console messages: | 4 Dumping console messages: |
| 5 | 5 |
| 6 injectedFunction() | 6 injectedFunction() |
| 7 VM:6 Uncaught Error: injectedObj.func | 7 VM:6 Uncaught Error: injectedObj.func |
| 8 at Object.func (<anonymous>:6:23) | 8 at Object.func (<anonymous>:6:23) |
| 9 at injectedFunction (<anonymous>:9:28) | 9 at injectedFunction (<anonymous>:9:28) |
| 10 at eval (eval at evaluate (:117:21), <anonymous>:1:1) | 10 at eval (eval at evaluate (:117:21), <anonymous>:1:1) |
| 11 at testFunction (test.js:23:5)func @ VM:6injectedFunction @ VM:9(anonymous f
unction) @ VM:1testFunction @ test.js:18 | 11 at testFunction (test.js:23:5)func @ VM:6injectedFunction @ VM:9(anonymous)
@ VM:1testFunction @ test.js:18 |
| 12 localObj.func() | 12 localObj.func() |
| 13 test.js:15 Uncaught Error: localObj.func | 13 test.js:15 Uncaught Error: localObj.func |
| 14 at Object.func (test.js:20:19) | 14 at Object.func (test.js:20:19) |
| 15 at eval (eval at evaluate (:117:21), <anonymous>:1:10) | 15 at eval (eval at evaluate (:117:21), <anonymous>:1:10) |
| 16 at testFunction (test.js:23:5)func @ test.js:15(anonymous function) @ VM:1te
stFunction @ test.js:18 | 16 at testFunction (test.js:23:5)func @ test.js:15(anonymous) @ VM:1testFunctio
n @ test.js:18 |
| 17 globalObj.func() | 17 globalObj.func() |
| 18 test.js:6 Uncaught Error: globalObj.func | 18 test.js:6 Uncaught Error: globalObj.func |
| 19 at Object.func (test.js:11:15) | 19 at Object.func (test.js:11:15) |
| 20 at eval (eval at evaluate (:117:21), <anonymous>:1:11) | 20 at eval (eval at evaluate (:117:21), <anonymous>:1:11) |
| 21 at testFunction (test.js:23:5)func @ test.js:6(anonymous function) @ VM:1tes
tFunction @ test.js:18 | 21 at testFunction (test.js:23:5)func @ test.js:6(anonymous) @ VM:1testFunction
@ test.js:18 |
| 22 | 22 |
| OLD | NEW |