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
/
jaeger
/
bug652314.js
blob: 80b4a320841191bb5e1b24ccb2303092c540bcf4 (
plain
)
1
2
3
4
5
6
7
(
function
()
{
for
(
a
in
[
0
])
{
try
{
return
}
catch
(
e
)
{}
}
})()