michael@0: // |jit-test| error:InternalError michael@0: michael@0: // Binary: cache/js-dbg-64-1761f4a9081c-linux michael@0: // Flags: --ion-eager michael@0: // 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()