Index: src/interpreter/bytecodes.h |
diff --git a/src/interpreter/bytecodes.h b/src/interpreter/bytecodes.h |
index 31d08a4a83e3c78e167b999a3b66e444166522ec..2fa9181d16cb02825fe7de190c41521fa3f9b7bb 100644 |
--- a/src/interpreter/bytecodes.h |
+++ b/src/interpreter/bytecodes.h |
@@ -151,6 +151,8 @@ namespace interpreter { |
OperandType::kRegCount, OperandType::kIdx) \ |
V(CallProperty, AccumulatorUse::kWrite, OperandType::kReg, \ |
OperandType::kRegList, OperandType::kRegCount, OperandType::kIdx) \ |
+ V(CallWithSpread, AccumulatorUse::kWrite, OperandType::kRegList, \ |
+ OperandType::kRegCount) \ |
V(TailCall, AccumulatorUse::kWrite, OperandType::kReg, \ |
OperandType::kRegList, OperandType::kRegCount, OperandType::kIdx) \ |
V(CallRuntime, AccumulatorUse::kWrite, OperandType::kRuntimeId, \ |