RESOLVED FIXED 25229
Need support for Array.prototype.reduceRight
https://bugs.webkit.org/show_bug.cgi?id=25229
Summary Need support for Array.prototype.reduceRight
Oliver Hunt
Reported 2009-04-15 20:56:38 PDT
Add support for Array.prototype.reduceRight
Attachments
Implement reduceRight (75.13 KB, patch)
2009-04-15 21:03 PDT, Oliver Hunt
barraclough: review+
Oliver Hunt
Comment 1 2009-04-15 21:03:04 PDT
Created attachment 29525 [details] Implement reduceRight
Oliver Hunt
Comment 2 2009-04-15 21:07:47 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ... M JavaScriptCore/ChangeLog M JavaScriptCore/runtime/ArrayPrototype.cpp M LayoutTests/ChangeLog M LayoutTests/fast/js/array-enumerators-functions-expected.txt A LayoutTests/fast/js/array-reduceRight-expected.txt A LayoutTests/fast/js/array-reduceRight.html M LayoutTests/fast/js/resources/array-enumerators-functions.js A LayoutTests/fast/js/resources/array-reduceRight.js Committed r42570
Note You need to log in before you can comment on or make changes to this bug.