Status: New Owner: ----New issue 1028 by [email protected]: [ECMA compliance] RangeError in Array ctor.
http://code.google.com/p/v8/issues/detail?id=1028
According to ECMA standard Array constructor should accept all uint32 values (15.4.2.2 ECMA 262 5th edition) but V8 doesn't.
Example, this code: a = new Array(4294967200) Throws: RangeError: Invalid array length -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
