testSetelemWithFloatIndex.js (86B)
1 var x, a = {}; 2 for (var i = 0; i < 9; i++) 3 x = a[-3.5] = "ok"; 4 assertEq(x, "ok");