michael@0: // |jit-test| error:TypeError michael@0: michael@0: x = []; michael@0: x.unshift(Uint8ClampedArray); michael@0: x.forEach(Array.prototype.push.bind(new Uint8ClampedArray))