OLD | NEW |
1 Tests separate compilation and run. | 1 Tests separate compilation and run. |
2 | 2 |
3 Bug 89646. | 3 Bug 89646. |
4 Debugger was enabled. | 4 Debugger was enabled. |
5 | 5 |
6 Running: testSuccessfulCompileAndRun | 6 Running: testSuccessfulCompileAndRun |
7 Compiling script | 7 Compiling script |
8 Running script | 8 Running script |
9 Script result: 3 | 9 Script result: 3 |
10 | 10 |
11 Running: testRunError | 11 Running: testRunError |
12 Compiling script | 12 Compiling script |
13 Running script | 13 Running script |
14 Script run error: Uncaught ReferenceError: c is not defined | 14 exceptionDetails: |
| 15 Uncaught ReferenceError: c is not defined |
| 16 line: 1, column: 15 |
| 17 exceptionDetails stack trace: |
| 18 url: test.js |
| 19 function: |
| 20 line: 1 |
15 | 21 |
16 Running: testCompileError | 22 Running: testCompileError |
17 Compiling script | 23 Compiling script |
18 Script compile error: Uncaught SyntaxError: Unexpected token } | 24 exceptionDetails: |
| 25 Uncaught SyntaxError: Unexpected token } |
| 26 line: 1, column: 0 |
| 27 no stack trace attached to exceptionDetails |
19 Debugger was disabled. | 28 Debugger was disabled. |
20 | 29 |
OLD | NEW |