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
/
bug843985.js
blob: 3365b9ec87b7f383c2b6cf5608a7286c3a7a27a5 (
plain
)
1
2
3
4
5
for
(
x
in
(
function
*
()
{
eval
(
"arguments[0]"
);
yield
;
})())(
function
()
{})