OLD | NEW |
1 Checks that breaks in framework code correctly processed. | 1 Checks that breaks in framework code correctly processed. |
2 | 2 |
3 Running test: testConsoleAssert | 3 Running test: testConsoleAssert |
4 > all frames in framework: | 4 > all frames in framework: |
5 > mixed, top frame in framework: | 5 > mixed, top frame in framework: |
6 frameworkAssert (framework.js:9:10) | 6 frameworkAssert (framework.js:9:10) |
7 (anonymous) (user.js:0:0) | 7 (anonymous) (user.js:0:0) |
8 | 8 |
9 | 9 |
10 Running test: testCaughtException | 10 Running test: testCaughtException |
11 > all frames in framework: | 11 > all frames in framework: |
12 > mixed, top frame in framework: | 12 > mixed, top frame in framework: |
13 | 13 |
14 Running test: testUncaughtException | 14 Running test: testUncaughtException |
15 > all frames in framework: | 15 > all frames in framework: |
16 > mixed, top frame in framework: | 16 > mixed, top frame in framework: |
| 17 throwUncaughtError (framework.js:20:2) |
| 18 (anonymous) (user.js:0:0) |
| 19 |
17 | 20 |
18 Running test: testBreakpoint | 21 Running test: testBreakpoint |
19 > all frames in framework: | 22 > all frames in framework: |
20 breakpoint (framework.js:24:2) | 23 breakpoint (framework.js:24:2) |
21 (anonymous) (framework.js:0:0) | 24 (anonymous) (framework.js:0:0) |
22 | 25 |
23 > mixed, top frame in framework: | 26 > mixed, top frame in framework: |
24 breakpoint (framework.js:24:2) | 27 breakpoint (framework.js:24:2) |
25 (anonymous) (user.js:0:0) | 28 (anonymous) (user.js:0:0) |
26 | 29 |
(...skipping 14 matching lines...) Expand all Loading... |
41 (anonymous) (user.js:0:0) | 44 (anonymous) (user.js:0:0) |
42 | 45 |
43 | 46 |
44 Running test: testCaughtSyntaxError | 47 Running test: testCaughtSyntaxError |
45 > all frames in framework: | 48 > all frames in framework: |
46 > mixed, top frame in framework: | 49 > mixed, top frame in framework: |
47 | 50 |
48 Running test: testCaughtJSONParseError | 51 Running test: testCaughtJSONParseError |
49 > all frames in framework: | 52 > all frames in framework: |
50 > mixed, top frame in framework: | 53 > mixed, top frame in framework: |
OLD | NEW |