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
/
setprop-with-index.js
blob: 8d39c7760039b3f4fb93dd309b72636e1abc8b1c (
plain
)
1
2
3
4
5
function
f
()
{
arguments
[
'4294967295'
]
=
2
;
}
assertEq
(
f
(),
undefined
);