1 2 3 4 5 6 7
function test() { function end() { throw "thrown exception"; } waitForExplicitFinish(); setTimeout(end, 1000); }