OLD | NEW |
1 CONSOLE ERROR: line 1: Uncaught SyntaxError: Unexpected identifier | 1 CONSOLE ERROR: line 1: Uncaught SyntaxError: Unexpected identifier |
| 2 CONSOLE ERROR: line 1: Uncaught Error: Uncaught SyntaxError: Unexpected identifi
er |
| 3 CONSOLE ERROR: line 3: Uncaught Error: Uncaught SyntaxError: Unexpected identifi
er |
| 4 CONSOLE ERROR: line 1: Uncaught Error: Uncaught SyntaxError: Unexpected identifi
er |
| 5 CONSOLE ERROR: line 1: Uncaught SyntaxError: Unexpected identifier |
2 Tests that nested import scripts in worker show correct stack on syntax error. | 6 Tests that nested import scripts in worker show correct stack on syntax error. |
3 | 7 |
4 Message count: 1 | 8 Message count: 1 |
5 invalidScript.js:1 Uncaught SyntaxError: Unexpected identifier(anonymous functio
n) @ importScripts-3.js:1foo @ importScripts-2.js:3(anonymous function) @ import
Scripts-2.js:5(anonymous function) @ importScripts-1.js:1 | 9 invalidScript.js:1 Uncaught SyntaxError: Unexpected identifier(anonymous functio
n) @ importScripts-3.js:1foo @ importScripts-2.js:3(anonymous function) @ import
Scripts-2.js:5(anonymous function) @ importScripts-1.js:1 |
6 | 10 |
OLD | NEW |