summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug1151323.js
blob: f4c3ecf20c47d0528b913b411cafdd842f9bf742 (plain)
1
2
3
4
5
6
7
8
function map_test(cases) {
    for (var i = 0; i < cases.length; i++) {
        var expected = cases[i].expected;
    }
}
map_test([{ input: 8, expected: 1114369}, { input: -1, expected: 0}]);
map_test([{ expected: 16777215}, { expected: 4294967241 }]);