index
:
firefox
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
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
);