Index: src/interpreter/bytecodes.h |
diff --git a/src/interpreter/bytecodes.h b/src/interpreter/bytecodes.h |
index f6085269ffacec4b9c73bdcfe01c6625e24100fb..c354324ba8f0cd03d9c7e965bf2f9b0dade3a905 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) \ |