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
/
testInitelemWithFloatIndex.js
blob: 93477e7cbe8f60f421d9c704efffc88f71063389 (
plain
)
1
2
3
for
(
i
=
0
;
i
<
9
;
i
++
)
x
=
{
1.5
:
0
};
assertEq
(
x
[
"1.5"
],
0
);