Source code
Revision control
Copy as Markdown
Other Tools
// |jit-test| error:TypeError
x = [];
x.unshift(Uint8ClampedArray);
x.forEach(Array.prototype.push.bind(new Uint8ClampedArray))
// |jit-test| error:TypeError
x = [];
x.unshift(Uint8ClampedArray);
x.forEach(Array.prototype.push.bind(new Uint8ClampedArray))