comparison: js/src/jit-test/tests/basic/bug829821.js
js/src/jit-test/tests/basic/bug829821.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 // |jit-test| error:TypeError |
|
2 |
|
3 x = []; |
|
4 x.unshift(Uint8ClampedArray); |
|
5 x.forEach(Array.prototype.push.bind(new Uint8ClampedArray)) |