[webkit-reviews] review granted: [Bug 25159] Support Array.prototype.reduce : [Attachment 29521] Reduce redux

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 15 16:32:17 PDT 2009


Gavin Barraclough <barraclough at apple.com> has granted Oliver Hunt
<oliver at apple.com>'s request for review:
Bug 25159: Support Array.prototype.reduce
https://bugs.webkit.org/show_bug.cgi?id=25159

Attachment 29521: Reduce redux
https://bugs.webkit.org/attachment.cgi?id=29521&action=review

------- Additional Comments from Gavin Barraclough <barraclough at apple.com>
cachedCall.setArgument(1, array->getIndex(i));

I think this should probably now be:

cachedCall.setArgument(1, v);


More information about the webkit-reviews mailing list