Bug 25229

Summary: Need support for Array.prototype.reduceRight
Product: WebKit Reporter: Oliver Hunt <oliver>
Component: JavaScriptCoreAssignee: Oliver Hunt <oliver>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
Implement reduceRight barraclough: review+

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.