norris 0565e32750 Fix 123552 Array length updating is incorrect
js> a = new Array()

js> a["3.00"] = "three"
three
js> a.length
4

Since "3.00" is not an array index as defined by ECMA, a.length should be 0.
1998-06-09 16:47:00 +00:00
..
1998-06-03 00:37:20 +00:00
1998-03-28 02:44:41 +00:00
1998-03-28 02:44:41 +00:00