michael@0: function test() { michael@0: function end() { michael@0: throw "thrown exception"; michael@0: } michael@0: waitForExplicitFinish(); michael@0: setTimeout(end, 1000); michael@0: }