| Index: src/compiler/js-operator.cc
|
| diff --git a/src/compiler/js-operator.cc b/src/compiler/js-operator.cc
|
| index d39f8cdac57c4a0530064297013d30ae17e79516..21e905aee6327057e1525ac9642a58a290fe58fb 100644
|
| --- a/src/compiler/js-operator.cc
|
| +++ b/src/compiler/js-operator.cc
|
| @@ -448,6 +448,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) \
|
|
|