| Index: src/compiler/js-operator.cc
|
| diff --git a/src/compiler/js-operator.cc b/src/compiler/js-operator.cc
|
| index d39f8cdac57c4a0530064297013d30ae17e79516..a7471f4eee28dd86723cdcb423575c1f8bdfb341 100644
|
| --- a/src/compiler/js-operator.cc
|
| +++ b/src/compiler/js-operator.cc
|
| @@ -445,6 +445,7 @@ CompareOperationHint CompareOperationHintOf(const Operator* op) {
|
| V(ToString, Operator::kNoProperties, 1, 1) \
|
| V(Create, Operator::kEliminatable, 2, 1) \
|
| V(CreateIterResultObject, Operator::kEliminatable, 2, 1) \
|
| + V(CreateKeyValueArray, Operator::kEliminatable, 2, 1) \
|
| V(HasProperty, Operator::kNoProperties, 2, 1) \
|
| V(TypeOf, Operator::kPure, 1, 1) \
|
| V(InstanceOf, Operator::kNoProperties, 2, 1) \
|
|
|