| Index: src/interpreter/bytecodes.h
|
| diff --git a/src/interpreter/bytecodes.h b/src/interpreter/bytecodes.h
|
| index 23d77f0c3312fb81c7560b52e5b5082c254a358f..91304f5fb33d90072303742e903788ae25c52c3f 100644
|
| --- a/src/interpreter/bytecodes.h
|
| +++ b/src/interpreter/bytecodes.h
|
| @@ -241,6 +241,9 @@ namespace interpreter {
|
| /* Perform a stack guard check */ \
|
| V(StackCheck, AccumulatorUse::kNone) \
|
| \
|
| + /* Update the pending message */ \
|
| + V(SetPendingMessage, AccumulatorUse::kReadWrite) \
|
| + \
|
| /* Non-local flow control */ \
|
| V(Throw, AccumulatorUse::kRead) \
|
| V(ReThrow, AccumulatorUse::kRead) \
|
|
|