Comment #2 on issue 1028 by [email protected]: [ECMA compliance] RangeError in Array ctor.
http://code.google.com/p/v8/issues/detail?id=1028

Try with integer indexed array
var a = [];
a[number] = 'blah';

If you have to use 'associative' arrays ( a['blah'] ), I think you have to consider using Object instead of arrays


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to