http://codereview.chromium.org/99272/diff/1/2
File src/array.js (right):

http://codereview.chromium.org/99272/diff/1/2#newcode755
Line 755: var max = (proto_length < from) ? proto_length : from;
Should be to, not from.

http://codereview.chromium.org/99272/diff/1/2#newcode763
Line 763: for (var i = 0; i < indices.length; i++) {
Should check from and to.

http://codereview.chromium.org/99272

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

Reply via email to