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
/
arguments
/
defaults-bug759904.js
blob: f1ea39208a3bb0fb5c13ec3cffac22bafb01defe (
plain
)
1
2
3
4
function
*
a
(
b
=
3
)
{
yield
}
a
()