bug-1033856.js (97B)
1 function f(x, y) { 2 return x == y; 3 } 4 f(1.1, 2.2); 5 for (var i=0; i<5; i++) 6 f(1, Symbol());