comparison: js/src/jit-test/tests/basic/bug677957-1.js
js/src/jit-test/tests/basic/bug677957-1.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 function test() { |
|
2 for each (var i in []) {} |
|
3 } |
|
4 for each (new test().p in [0]) {} |