Chromium Code Reviews| Index: src/interpreter/bytecodes.h |
| diff --git a/src/interpreter/bytecodes.h b/src/interpreter/bytecodes.h |
| index f09af85be40b5cbfcf6011c78f62b667f127efb6..0ece8d6ff0265e4df0a10bc8aedaa6ca7cc18198 100644 |
| --- a/src/interpreter/bytecodes.h |
| +++ b/src/interpreter/bytecodes.h |
| @@ -159,6 +159,8 @@ namespace interpreter { |
| OperandType::kRegList, OperandType::kRegCount, OperandType::kRegOutPair) \ |
| V(CallJSRuntime, AccumulatorUse::kWrite, OperandType::kIdx, \ |
| OperandType::kRegList, OperandType::kRegCount) \ |
| + V(CallWithSpread, AccumulatorUse::kWrite, OperandType::kRegList, \ |
| + OperandType::kRegCount) \ |
|
rmcilroy
2017/01/16 10:29:40
nit - move up below CallProperty
petermarshall
2017/01/16 15:01:10
Done.
|
| \ |
| /* Intrinsics */ \ |
| V(InvokeIntrinsic, AccumulatorUse::kWrite, OperandType::kIntrinsicId, \ |