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