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

Unified Diff: src/compiler/verifier.cc

Issue 2950773002: [turbofan] Introduce new JSCallWithArrayLike operator. (Closed)
Patch Set: Created 3 years, 6 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/compiler/verifier.cc
diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc
index c9ec651fd794ea3e06e17cfe16273f1998b22bff..396239e17468a691e11fc62fbbbdf249db15e2da 100644
--- a/src/compiler/verifier.cc
+++ b/src/compiler/verifier.cc
@@ -721,6 +721,7 @@ void Verifier::Visitor::Check(Node* node) {
break;
case IrOpcode::kJSCallForwardVarargs:
case IrOpcode::kJSCall:
+ case IrOpcode::kJSCallWithArrayLike:
case IrOpcode::kJSCallWithSpread:
case IrOpcode::kJSCallRuntime:
// Type can be anything.

Powered by Google App Engine
This is Rietveld 408576698