summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug1135047.js
blob: 5cb6eb8de8f4ec042219b9e5e8ca2fce519a8b5f (plain)
1
2
3
4
5
function j(x) {
    return Math.pow(x, x) !== Math.pow(x, x)
}
j(-0)
assertEq(j(-undefined), true)