comparison: js/src/jit-test/tests/basic/bug830045.js
js/src/jit-test/tests/basic/bug830045.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 |
|
2 Array.prototype[1] = 'y'; |
|
3 var a = [0, (8)]; |
|
4 for (var i in a) { |
|
5 delete a[1]; |
|
6 } |