comparison: js/src/jit-test/tests/basic/bug678087.js
js/src/jit-test/tests/basic/bug678087.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 |
|
2 i = 0; |
|
3 do { |
|
4 with({ |
|
5 TestCase: Float64Array |
|
6 }) for each(let TestCase in [TestCase]) {} |
|
7 } while (i++ < 10); |
|
8 function TestCase(n, d, e, a) {} |