Index: src/compiler/js-operator.cc |
diff --git a/src/compiler/js-operator.cc b/src/compiler/js-operator.cc |
index 2e0de6b375c6dc05a11a46e2c073bd0e12a29840..bc0e61f8bbdf607e0a342cdee82f4306921fa8a4 100644 |
--- a/src/compiler/js-operator.cc |
+++ b/src/compiler/js-operator.cc |
@@ -240,6 +240,7 @@ const StoreNamedParameters& StoreNamedParametersOf(const Operator* op) { |
V(TypeOf, Operator::kPure, 1, 1) \ |
V(InstanceOf, Operator::kNoProperties, 2, 1) \ |
V(Debugger, Operator::kNoProperties, 0, 0) \ |
+ V(StackCheck, Operator::kNoProperties, 0, 0) \ |
V(CreateFunctionContext, Operator::kNoProperties, 1, 1) \ |
V(CreateWithContext, Operator::kNoProperties, 2, 1) \ |
V(CreateBlockContext, Operator::kNoProperties, 2, 1) \ |