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

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: 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 8052a49b6ecbacd1845bd0a04ff8f830101794e4..f6dd0d3841007da43a0ab9226cd8510c966c5b63 100644
--- a/src/prologue.js
+++ b/src/prologue.js
@@ -162,6 +162,8 @@ function PostNatives(utils) {
"InnerArrayIndexOf",
"InnerArrayLastIndexOf",
"InnerArrayMap",
+ "InnerArrayReduce",
+ "InnerArrayReduceRight",
"InnerArrayReverse",
"InnerArraySome",
"InnerArraySort",

Powered by Google App Engine
This is Rietveld 408576698