Index: src/interpreter/bytecodes.h |
diff --git a/src/interpreter/bytecodes.h b/src/interpreter/bytecodes.h |
index f09af85be40b5cbfcf6011c78f62b667f127efb6..af46fe2709e8a365a691219e17c47ac894c326ec 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, \ |