Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: src/prologue.js

Issue 1154423014: Implement %TypedArray%.prototype.{reduce,reduceRight} (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebase Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/prologue.js
diff --git a/src/prologue.js b/src/prologue.js
index 34cc68b98be3d8bacdcd00311a9523addd39aadf..ce3ec0276a3ddea9385f064b839d4619bfcd609c 100644
--- a/src/prologue.js
+++ b/src/prologue.js
@@ -164,6 +164,8 @@ function PostNatives(utils) {
"InnerArrayJoin",
"InnerArrayLastIndexOf",
"InnerArrayMap",
+ "InnerArrayReduce",
+ "InnerArrayReduceRight",
"InnerArrayReverse",
"InnerArraySome",
"InnerArraySort",

Powered by Google App Engine
This is Rietveld 408576698