michael@0: var proxy = Proxy.createFunction( michael@0: {}, michael@0: function() { michael@0: return (function () { eval("foo") })(); michael@0: }); michael@0: michael@0: try { michael@0: new proxy(); michael@0: } catch (e) { michael@0: }