Index: src/interpreter/bytecodes.h |
diff --git a/src/interpreter/bytecodes.h b/src/interpreter/bytecodes.h |
index f55a4af731eda9770254f0b95d52ce3d1e5d17f5..00d7c90afe984a8d399e3d50f5dce7ae5a84eab0 100644 |
--- a/src/interpreter/bytecodes.h |
+++ b/src/interpreter/bytecodes.h |
@@ -66,6 +66,12 @@ namespace interpreter { |
V(LdaContextSlot, OperandType::kReg8, OperandType::kIdx8) \ |
V(StaContextSlot, OperandType::kReg8, OperandType::kIdx8) \ |
\ |
+ /* Load-Store lookup slots */ \ |
+ V(LdaLookupSlot, OperandType::kIdx8) \ |
+ V(LdaLookupSlotInsideTypeof, OperandType::kIdx8) \ |
+ V(StaLookupSlotSloppy, OperandType::kIdx8) \ |
+ V(StaLookupSlotStrict, OperandType::kIdx8) \ |
+ \ |
/* Register-accumulator transfers */ \ |
V(Ldar, OperandType::kReg8) \ |
V(Star, OperandType::kReg8) \ |