comparison: js/src/jit-test/tests/jaeger/bug684943.js
js/src/jit-test/tests/jaeger/bug684943.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 |
|
2 function foo(x) { |
|
3 for (var i = 0; i < 100; i++) { |
|
4 x.f === i; |
|
5 } |
|
6 } |
|
7 foo({f:"three"}); |