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
/
bug1170355.js
blob: cddb3c547d7a19f1554372da3f411a21fb6a7630 (
plain
)
1
2
3
x
=
Array
(
4294967295
);
x
[
1
]
=
0
;
Array
.
prototype
.
shift
.
call
(
x
);