The Tor Browser
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
revisions
annotate
diff
comparison
raw
comparison: js/src/jit-test/tests/arrow-functions/precedence-5.js
js/src/jit-test/tests/arrow-functions/precedence-5.js
changeset 0
6474c204b198
equal
deleted
inserted
replaced
-1:000000000000
0:bcb40b00e576
1
// map(x => x, 32) is two arguments, not one
2
3
assertEq("" + [1, 2, 3, 4].map(x => x, 32), "1,2,3,4");