index
:
firefox-esr
debian
progress-linux
upstream
debian 12: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit-test
/
tests
/
basic
/
testGlobalAsProto.js
blob: 1ba24550a41dd483a44c958dc6f785c07091c996 (
plain
)
1
2
3
var
b
=
Object
.
create
(
this
);
for
(
var
i
=
0
;
i
<
9
;
i
++
)
assertEq
(
b
.
i
,
i
);