Index: src/interpreter/bytecodes.h |
diff --git a/src/interpreter/bytecodes.h b/src/interpreter/bytecodes.h |
index 2d4890314111ae6a658257711e6a5035b49b48cc..f654101dd5b818677053e143fa974e6a27e7e7f5 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) \ |