1 Tests that evaluating 'throw undefined|1|string|object|Error' in the console won't crash the browser and correctly reported. Bug 59611.
4 Running: testThrowUndefined
6 VM:2 Uncaught undefined
7 (anonymous function) @ VM:2
9 Running: testThrowNumber
12 (anonymous function) @ VM:2
14 Running: testThrowString
17 (anonymous function) @ VM:2
19 Running: testThrowObject
21 VM:2 Uncaught Object {a: 42}
22 (anonymous function) @ VM:2
24 Running: testThrowError
25 throw new Error('asdf')
26 VM:2 Uncaught Error: asdf(…)
27 (anonymous function) @ VM:2