summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug1005458.js
blob: 02c7ceb66ae998c3cb1294c00d87ceaceb9fa9da (plain)
1
2
3
4
5
(function(x) {
    for (var y = 0; y < 1; y++) {
        assertEq(Array.prototype.shift.call(arguments.callee.arguments), 0);
    }
})(0)