[v8-dev] Re: Issue 1028 in v8: [ECMA compliance] RangeError in Array ctor.

2011-05-11 Thread codesite-noreply
Comment #6 on issue 1028 by lasserei...@gmail.com: [ECMA compliance] RangeError in Array ctor. http://code.google.com/p/v8/issues/detail?id=1028 Issue 1382 has been merged into this issue. -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev

[v8-dev] Re: Issue 1028 in v8: [ECMA compliance] RangeError in Array ctor.

2011-05-02 Thread codesite-noreply
Updates: Status: Fixed Comment #5 on issue 1028 by lasserei...@gmail.com: [ECMA compliance] RangeError in Array ctor. http://code.google.com/p/v8/issues/detail?id=1028 Added code to handle large sparse arrays with non-empty separator in bleeding edge revision 7716. -- v8-dev maili

[v8-dev] Re: Issue 1028 in v8: [ECMA compliance] RangeError in Array ctor.

2011-04-26 Thread codesite-noreply
Updates: Status: Accepted Comment #4 on issue 1028 by lasserei...@gmail.com: [ECMA compliance] RangeError in Array ctor. http://code.google.com/p/v8/issues/detail?id=1028 The problem is not in creating the array, but in converting it to a string. Try "var a = new Array(4294967200);" i

[v8-dev] Re: Issue 1028 in v8: [ECMA compliance] RangeError in Array ctor.

2011-04-26 Thread codesite-noreply
Updates: Owner: lasserei...@gmail.com Comment #3 on issue 1028 by a...@chromium.org: [ECMA compliance] RangeError in Array ctor. http://code.google.com/p/v8/issues/detail?id=1028 (No comment was entered for this change.) -- v8-dev mailing list v8-dev@googlegroups.com http://groups.go

[v8-dev] Re: Issue 1028 in v8: [ECMA compliance] RangeError in Array ctor.

2011-04-20 Thread codesite-noreply
Comment #2 on issue 1028 by 44ga...@gmail.com: [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 us

[v8-dev] Re: Issue 1028 in v8: [ECMA compliance] RangeError in Array ctor.

2011-01-07 Thread codesite-noreply
Comment #1 on issue 1028 by jedrzej@nokia.com: [ECMA compliance] RangeError in Array ctor. http://code.google.com/p/v8/issues/detail?id=1028 Additional informations: system: Debian testing platform: 32 bit v8 version: Isolates branch from 13 12 2010 v8 version: Trunk r6190 (in d8 instead