| Index: src/interpreter/bytecodes.h
|
| diff --git a/src/interpreter/bytecodes.h b/src/interpreter/bytecodes.h
|
| index f724136564fa3ebc0074c285d7cf328c3d22ec4f..f80469f523c4722f56d1b864d795ba8bacc65cff 100644
|
| --- a/src/interpreter/bytecodes.h
|
| +++ b/src/interpreter/bytecodes.h
|
| @@ -105,6 +105,8 @@ namespace interpreter {
|
| OperandType::kReg, OperandType::kIdx) \
|
| V(StaDataPropertyInLiteral, AccumulatorUse::kRead, OperandType::kReg, \
|
| OperandType::kReg, OperandType::kFlag8, OperandType::kIdx) \
|
| + V(CollectTypeProfile, AccumulatorUse::kRead, OperandType::kReg, \
|
| + OperandType::kIdx) \
|
| \
|
| /* Binary Operators */ \
|
| V(Add, AccumulatorUse::kReadWrite, OperandType::kReg, OperandType::kIdx) \
|
|
|