tc39 / test262

Official ECMAScript Conformance Test Suite
Other
2.3k stars 457 forks source link

RAB: Integrate staging tests for the .reduceRight method #4157

Closed ioannad closed 1 month ago

ioannad commented 1 month ago

of Array.prototype and TypedArray.prototype

This is part of PR #3888 to make reviewing easier. Includes changes to use the helper ./harness/resizableArrayBufferUtils.js

This is very similar as PR #4156 for .reduce.