| Index: src/interpreter/bytecodes.h
|
| diff --git a/src/interpreter/bytecodes.h b/src/interpreter/bytecodes.h
|
| index 91304f5fb33d90072303742e903788ae25c52c3f..bc6f4ba7b18e2a6647cf68d16e9e4ef17d744351 100644
|
| --- a/src/interpreter/bytecodes.h
|
| +++ b/src/interpreter/bytecodes.h
|
| @@ -97,6 +97,8 @@ namespace interpreter {
|
| OperandType::kReg, OperandType::kIdx) \
|
| V(StaKeyedPropertyStrict, AccumulatorUse::kRead, OperandType::kReg, \
|
| OperandType::kReg, OperandType::kIdx) \
|
| + V(StaDataPropertyInLiteral, AccumulatorUse::kRead, OperandType::kReg, \
|
| + OperandType::kReg, OperandType::kReg, OperandType::kReg) \
|
| \
|
| /* Binary Operators */ \
|
| V(Add, AccumulatorUse::kReadWrite, OperandType::kReg, OperandType::kIdx) \
|
|
|