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

Unified Diff: src/debug/debug-evaluate.cc

Issue 2752273003: [builtins] Implement Array.prototype.reduce in the CSA (Closed)
Patch Set: Simplify Created 3 years, 9 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/debug/debug-evaluate.cc
diff --git a/src/debug/debug-evaluate.cc b/src/debug/debug-evaluate.cc
index edfc7b35ffcd50ffee215ffce0520d06022f6a74..176c0dfb769edeb47f9609223f9d1823b02f9aed 100644
--- a/src/debug/debug-evaluate.cc
+++ b/src/debug/debug-evaluate.cc
@@ -434,6 +434,7 @@ bool BuiltinHasNoSideEffect(Builtins::Name id) {
case Builtins::kArrayForEach:
case Builtins::kArrayEvery:
case Builtins::kArraySome:
+ case Builtins::kArrayReduce:
// Boolean bulitins.
case Builtins::kBooleanConstructor:
case Builtins::kBooleanPrototypeToString:

Powered by Google App Engine
This is Rietveld 408576698