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
/
bug1420961.js
blob: 24b2c355e5ba1fa3979c13fc133774c4f3bc36bc (
plain
)
1
2
3
4
5
var
g
=
newGlobal
();
g
.
eval
(
"azx918 = 1"
);
for
(
var
x
in
g
)
{
assertEq
(
x
,
x
);
}