index
:
UXP
master
webbrowser
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit-test
/
tests
/
basic
/
multiple-declared-args-syntax.js
blob: d41a98fccac9acc01f37aed4ed6db8e9c1aac499 (
plain
)
1
assertEq((function (a, b, a) { return a; })(2, 4, 6), 6);