bug684943.js (92B)
1 function foo(x) { 2 for (var i = 0; i < 100; i++) { 3 x.f === i; 4 } 5 } 6 foo({f:"three"});