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
/
basic
/
bug561359-1.js
blob: 4439174e06dab897317fb91044556ae25a6f7239 (
plain
)
1
2
3
4
for
(
let
z
=
0
;
z
<
2
;
z
++
)
{
with
({
x
:
function
()
{}})
f
=
x
;
}