summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug1460436-2.js
blob: 5a6a7dc17a4334dcf68105ed4159f8c8097c2b91 (plain)
1
2
3
4
5
6
7
8
9
function f(y) {
    Math.sign(y) ? n : undefined
}
f();
function g() {};
(function() {
    for (var j = 0; j < 1100; ++j)
        f(!1 ^ 1 ? undefined | 0 : +w())
})();