// |jit-test| error:TypeError

x = [];
x.unshift(Uint8ClampedArray);
x.forEach(Array.prototype.push.bind(new Uint8ClampedArray))