| Index: src/compiler/js-operator.cc
|
| diff --git a/src/compiler/js-operator.cc b/src/compiler/js-operator.cc
|
| index 76728596f784cce2945d8bd427724519c35c7386..bb246b5b580616512060221bed55bcb71a0fe909 100644
|
| --- a/src/compiler/js-operator.cc
|
| +++ b/src/compiler/js-operator.cc
|
| @@ -528,6 +528,7 @@ CompareOperationHint CompareOperationHintOf(const Operator* op) {
|
| V(CreateIterResultObject, Operator::kEliminatable, 2, 1) \
|
| V(CreateKeyValueArray, Operator::kEliminatable, 2, 1) \
|
| V(HasProperty, Operator::kNoProperties, 2, 1) \
|
| + V(ClassOf, Operator::kPure, 1, 1) \
|
| V(TypeOf, Operator::kPure, 1, 1) \
|
| V(InstanceOf, Operator::kNoProperties, 2, 1) \
|
| V(OrdinaryHasInstance, Operator::kNoProperties, 2, 1) \
|
|
|