michael@0: // |jit-test| error: ReferenceError michael@0: p = Proxy.create({ michael@0: has: function() {} michael@0: }) michael@0: Object.prototype.__proto__ = p michael@0: n = []; michael@0: (function() { michael@0: var a = []; michael@0: if (b) t = a.s() michael@0: })()