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
/
ion
/
bug912152.js
blob: 4c429fa46a2a2858d8307ff8c2c58d7740fc4f78 (
plain
)
1
2
3
4
5
6
7
function
foo
()
{
try
{
this
.
f
=
0
;
}
finally
{}
}
new
foo
();