summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/warp/bug1668197.js
blob: 2dcd6cb3767635a057101b4ece0f878c573f735f (plain)
1
2
3
4
5
6
// |jit-test| skip-if: !('oomTest' in this)
function f(x, y) {
    return ~Math.hypot(x >>> 0, 2 - x >>> 0);
}
f(2, Math);
oomTest(f);