michael@0: // |jit-test| error: InternalError michael@0: Array.prototype.__proto__ = Proxy.create({ michael@0: getPropertyDescriptor: function(name) { michael@0: return 0; michael@0: }, michael@0: }, null); michael@0: var statusitems = []; michael@0: statusitems[0] = '';