Files
ladybird/Libraries/LibJS
Marcin Gasperowicz 99991761fd LibJS: add Array.prototype.reduceRight()
This patch adds `Array.prototype.reduceRight()` method to LibJS Runtime. The implementation is (to my best knowledge) conformant to https://tc39.es/ecma262/#sec-array.prototype.reduceright.

Short test in `LibJS/Tests/Array.prototype-generic-functions.js` demonstrates that the function can be applied to other objects besides `Array`.
2020-05-24 20:58:14 +02:00
..
2020-05-24 18:49:58 +02:00
2020-05-17 18:05:15 +02:00
2020-05-05 09:15:16 +02:00
2020-05-21 22:56:18 +02:00
2020-05-17 18:05:15 +02:00
2020-05-24 02:20:08 +02:00
2020-05-15 09:53:52 +02:00