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