comparison: js/src/jit-test/tests/basic/bug829795.js
js/src/jit-test/tests/basic/bug829795.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 // |jit-test| error: TypeError |
|
2 |
|
3 try { |
|
4 x = []; |
|
5 Array.prototype.forEach() |
|
6 } catch (e) {} |
|
7 x.forEach() |