bug754713-4.js (98B)
1 function f(x) { 2 var y = (x < 0) ? 1 : 2; 3 Math.floor(0); // bailout 4 } 5 Math.floor(0); 6 f(1);