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

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

Issue 2752273003: [builtins] Implement Array.prototype.reduce in the CSA (Closed)
Patch Set: Cleanup 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 9fcd652662c63304cff7f14a00b50d2a84e736b0..8b285ada1627d6bcc2eec50899e16a01882e4ce4 100644
--- a/src/debug/debug-evaluate.cc
+++ b/src/debug/debug-evaluate.cc
@@ -433,6 +433,7 @@ bool BuiltinHasNoSideEffect(Builtins::Name id) {
case Builtins::kArrayForEach:
case Builtins::kArrayEvery:
case Builtins::kArraySome:
+ case Builtins::kArrayReduce:
// Math builtins.
case Builtins::kMathAbs:
case Builtins::kMathAcos:

Powered by Google App Engine
This is Rietveld 408576698