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
/
bug651451.js
blob: e547fa4d781ca5a7f774a2f25c906424d1715c62 (
plain
)
1
2
3
4
var
arr
=
[
2
];
arr
.
pop
();
arr
[
0
]
=
2
;
assertEq
(
arr
.
length
,
1
);