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