| Index: src/compiler/js-operator.cc
|
| diff --git a/src/compiler/js-operator.cc b/src/compiler/js-operator.cc
|
| index 60fab9d17547874f3dae38e0be1ba6060c0ec6c3..b53ec8941b63bb34cc88863acd9dae3f38b1b59c 100644
|
| --- a/src/compiler/js-operator.cc
|
| +++ b/src/compiler/js-operator.cc
|
| @@ -573,6 +573,7 @@ CompareOperationHint CompareOperationHintOf(const Operator* op) {
|
| V(StoreMessage, Operator::kNoRead | Operator::kNoThrow, 1, 0) \
|
| V(GeneratorRestoreContinuation, Operator::kNoThrow, 1, 1) \
|
| V(StackCheck, Operator::kNoWrite, 0, 0) \
|
| + V(Debugger, Operator::kNoProperties, 0, 0) \
|
| V(GetSuperConstructor, Operator::kNoWrite, 1, 1)
|
|
|
| #define BINARY_OP_LIST(V) \
|
|
|