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 (:119:21), <anonymous>:1:1) |
11 at testFunction (test.js:23:5) | 11 at testFunction (test.js:23:5) |
12 func @ VM:6 | 12 func @ VM:6 |
13 injectedFunction @ VM:9 | 13 injectedFunction @ VM:9 |
14 (anonymous) @ VM:1 | 14 (anonymous) @ VM:1 |
15 testFunction @ test.js:18 | 15 testFunction @ test.js:18 |
16 localObj.func() | 16 localObj.func() |
17 test.js:15 Uncaught Error: localObj.func | 17 test.js:15 Uncaught Error: localObj.func |
18 at Object.func (test.js:20:19) | 18 at Object.func (test.js:20:19) |
19 at eval (eval at evaluate (:117:21), <anonymous>:1:10) | 19 at eval (eval at evaluate (:119:21), <anonymous>:1:10) |
20 at testFunction (test.js:23:5) | 20 at testFunction (test.js:23:5) |
21 func @ test.js:15 | 21 func @ test.js:15 |
22 (anonymous) @ VM:1 | 22 (anonymous) @ VM:1 |
23 testFunction @ test.js:18 | 23 testFunction @ test.js:18 |
24 globalObj.func() | 24 globalObj.func() |
25 test.js:6 Uncaught Error: globalObj.func | 25 test.js:6 Uncaught Error: globalObj.func |
26 at Object.func (test.js:11:15) | 26 at Object.func (test.js:11:15) |
27 at eval (eval at evaluate (:117:21), <anonymous>:1:11) | 27 at eval (eval at evaluate (:119:21), <anonymous>:1:11) |
28 at testFunction (test.js:23:5) | 28 at testFunction (test.js:23:5) |
29 func @ test.js:6 | 29 func @ test.js:6 |
30 (anonymous) @ VM:1 | 30 (anonymous) @ VM:1 |
31 testFunction @ test.js:18 | 31 testFunction @ test.js:18 |
32 | 32 |
OLD | NEW |