comparison: js/src/jit-test/tests/jaeger/bug589108.js
js/src/jit-test/tests/jaeger/bug589108.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 try { |
|
2 var x |
|
3 for (x in [x]) |
|
4 gczeal(2) |
|
5 new NaN |
|
6 } catch(e) {} |
|
7 (function() { |
|
8 for (a in [Boolean(), x.t]) {} |
|
9 } (function() {})) |
|
10 |