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