index
:
UXP
master
webbrowser
Unnamed repository; edit this file 'description' to name the repository.
User &
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);