Index: src/compiler/js-operator.cc |
diff --git a/src/compiler/js-operator.cc b/src/compiler/js-operator.cc |
index 364b542f21cc96964193f9119746daeba88ce720..f64630c5896d7486b5f46516c89302ea3361945b 100644 |
--- a/src/compiler/js-operator.cc |
+++ b/src/compiler/js-operator.cc |
@@ -449,6 +449,7 @@ CompareOperationHint CompareOperationHintOf(const Operator* op) { |
V(HasProperty, Operator::kNoProperties, 2, 1) \ |
V(TypeOf, Operator::kPure, 1, 1) \ |
V(InstanceOf, Operator::kNoProperties, 2, 1) \ |
+ V(OrdinaryHasInstance, Operator::kNoProperties, 2, 1) \ |
V(ForInNext, Operator::kNoProperties, 4, 1) \ |
V(ForInPrepare, Operator::kNoProperties, 1, 3) \ |
V(LoadMessage, Operator::kNoThrow, 0, 1) \ |