michael@0: // |jit-test| error: uncaught exception: michael@0: eval("\ michael@0: try {\ michael@0: throw\"\"\ michael@0: } catch (\ michael@0: x if (function(){\ michael@0: x\ michael@0: })()\ michael@0: ) {}\ michael@0: ")