| Index: src/interpreter/bytecodes.h
|
| diff --git a/src/interpreter/bytecodes.h b/src/interpreter/bytecodes.h
|
| index 3d61786fb09e16d67b0beaa6286193469eac1663..8f9fd1c503d0c110a559ba20287c5700c8641eb2 100644
|
| --- a/src/interpreter/bytecodes.h
|
| +++ b/src/interpreter/bytecodes.h
|
| @@ -143,6 +143,9 @@ namespace interpreter {
|
| V(DeletePropertyStrict, AccumulatorUse::kReadWrite, OperandType::kReg) \
|
| V(DeletePropertySloppy, AccumulatorUse::kReadWrite, OperandType::kReg) \
|
| \
|
| + /* GetSuperConstructor operator */ \
|
| + V(GetSuperConstructor, AccumulatorUse::kRead, OperandType::kRegOut) \
|
| + \
|
| /* Call operations */ \
|
| V(Call, AccumulatorUse::kWrite, OperandType::kReg, OperandType::kRegList, \
|
| OperandType::kRegCount, OperandType::kIdx) \
|
|
|