bug975290.js (112B)
1 for (var j = 0; j < 9999; ++j) { 2 (function() { 3 Math.pow(Math.fround(), Math.fround(0)) 4 })(); 5 }