summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/arrow-functions/precedence-5.js
blob: 9418aac0b381cdfa19b78a4d9a5125cf258b4e9d (plain)
1
2
3
// map(x => x, 32) is two arguments, not one

assertEq("" + [1, 2, 3, 4].map(x => x, 32), "1,2,3,4");