michael@0: // |jit-test| error: InternalError michael@0: michael@0: p = Proxy.create({ michael@0: has: function() function r() s += '' michael@0: }) michael@0: Object.prototype.__proto__ = p michael@0: function TestCase(n) { michael@0: this.name = n michael@0: } michael@0: new TestCase()