summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug1105684.js
blob: 7d57bbb8c3c58d7403fef62e0a66e746876c3986 (plain)
1
2
3
4
5
6
function f(x) {
        Math.exp(x ? 0 : 1)
}
f(objectEmulatingUndefined())
f(objectEmulatingUndefined())