OLD | NEW |
1 CONSOLE ERROR: line 1: Uncaught SyntaxError: Unexpected token } | 1 CONSOLE ERROR: line 1: Uncaught SyntaxError: Unexpected token } |
2 CONSOLE ERROR: line 2: Uncaught SyntaxError: Unexpected token } | 2 CONSOLE ERROR: line 2: Uncaught SyntaxError: Unexpected token } |
3 Tests that syntax errors in eval are logged into console, contains correct link
and doesn't cause browser crash. | 3 Tests that syntax errors in eval are logged into console, contains correct link
and doesn't cause browser crash. |
4 | 4 |
5 VM:1 Uncaught SyntaxError: Unexpected token } | 5 VM:1 Uncaught SyntaxError: Unexpected token } |
6 at foo (console-log-eval-syntax-error.html:8) | 6 at foo (console-log-eval-syntax-error.html:8) |
7 foo @ console-log-eval-syntax-error.html:8 | 7 foo @ console-log-eval-syntax-error.html:8 |
| 8 setTimeout (async) |
| 9 (anonymous) @ VM:1 |
8 boo.js:2 Uncaught SyntaxError: Unexpected token } | 10 boo.js:2 Uncaught SyntaxError: Unexpected token } |
9 at boo (console-log-eval-syntax-error.html:12) | 11 at boo (console-log-eval-syntax-error.html:12) |
10 boo @ console-log-eval-syntax-error.html:12 | 12 boo @ console-log-eval-syntax-error.html:12 |
| 13 setTimeout (async) |
| 14 (anonymous) @ VM:1 |
11 | 15 |
OLD | NEW |