Index: src/compiler/js-operator.cc |
diff --git a/src/compiler/js-operator.cc b/src/compiler/js-operator.cc |
index 447c8611f61d83c17ae10c9eea32788167dd9d28..2baaa1bada0214dba5344f2b86f4e452ab16dcfd 100644 |
--- a/src/compiler/js-operator.cc |
+++ b/src/compiler/js-operator.cc |
@@ -455,7 +455,8 @@ CompareOperationHint CompareOperationHintOf(const Operator* op) { |
V(LoadMessage, Operator::kNoThrow, 0, 1) \ |
V(StoreMessage, Operator::kNoThrow, 1, 0) \ |
V(GeneratorRestoreContinuation, Operator::kNoThrow, 1, 1) \ |
- V(StackCheck, Operator::kNoWrite, 0, 0) |
+ V(StackCheck, Operator::kNoWrite, 0, 0) \ |
+ V(StoreDataPropertyInLiteral, Operator::kNoProperties, 5, 0) |
#define BINARY_OP_LIST(V) \ |
V(BitwiseOr) \ |