comparison: js/src/jit-test/tests/jaeger/bug639478-2.js
js/src/jit-test/tests/jaeger/bug639478-2.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 var y; |
|
2 function f() { |
|
3 for(var _ in [3.14]) { |
|
4 y = 3.14; |
|
5 y = y ^ y; |
|
6 return y; |
|
7 |
|
8 function g() { |
|
9 } |
|
10 } |
|
11 } |
|
12 assertEq(f(), 0); |