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
/
inline
/
bug656221.js
blob: 8319bcf838892dc125ad9b62f217a9120924a11f (
plain
)
1
2
3
4
5
function
f
()
{
var
a
=
[];
a
.
push
(
a
);
}
f
();