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
/
bug613122.js
blob: 64c6b068835f35d66493a88abaa5d5b29ef97abe (
plain
)
1
2
3
4
var
a
=
[
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
];
a
.
push
(
1
);
a
.
splice
(
0
,
a
.
length
);
a
.
d
=
""
;