summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug975290.js
blob: 147db84be76cd9d4811a1101e9f0065f5ef0fda1 (plain)
1
2
3
4
5
6
for (var j = 0; j < 9999; ++j) {
    (function() {
        Math.pow(Math.fround(), Math.fround(0))
    })();
}