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
/
closures
/
bug540131.js
blob: 4584ac350a56f84faf23597101233022e1801b39 (
plain
)
1
2
3
4
5
try
{
(
function
()
{
{
let
x
=
(
eval
(
"for(y in[0,0,0,0]){}"
));
}
})()
}
catch
(
e
)
{}