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
/
bug1051760.js
blob: aeb54feecc3e17ca1f2c72a18c314cde073a82c3 (
plain
)
1
2
3
4
function
test
()
{
eval
(
"var { [arguments] : y } = {};"
);
}
test
();