Index: src/compiler/js-operator.cc |
diff --git a/src/compiler/js-operator.cc b/src/compiler/js-operator.cc |
index 44a47d91e83f83dc40a158d73e8daacc5bb0dd48..01f0dba26d2d2e4d4a3cb3ed65793e61157f8a0a 100644 |
--- a/src/compiler/js-operator.cc |
+++ b/src/compiler/js-operator.cc |
@@ -556,6 +556,8 @@ CompareOperationHint CompareOperationHintOf(const Operator* op) { |
V(TypeOf, Operator::kPure, 1, 1) \ |
V(InstanceOf, Operator::kNoProperties, 2, 1) \ |
V(OrdinaryHasInstance, Operator::kNoProperties, 2, 1) \ |
+ V(ForInHasOwnProperty, Operator::kNoProperties, 4, 1) \ |
+ V(ForInLoadProperty, Operator::kNoProperties, 4, 1) \ |
V(ForInNext, Operator::kNoProperties, 4, 1) \ |
V(ForInPrepare, Operator::kNoProperties, 1, 3) \ |
V(LoadMessage, Operator::kNoThrow | Operator::kNoWrite, 0, 1) \ |