Index: src/interpreter/bytecodes.h |
diff --git a/src/interpreter/bytecodes.h b/src/interpreter/bytecodes.h |
index 5af551376893d3c1bf3c1f1df87e475343eb530f..6dd5c3276900e57bab26695b9df606f3030b93fa 100644 |
--- a/src/interpreter/bytecodes.h |
+++ b/src/interpreter/bytecodes.h |
@@ -69,8 +69,12 @@ namespace interpreter { |
/* Load-Store lookup slots */ \ |
V(LdaLookupSlot, OperandType::kIdx8) \ |
V(LdaLookupSlotInsideTypeof, OperandType::kIdx8) \ |
+ V(LdaLookupSlotWide, OperandType::kIdx16) \ |
+ V(LdaLookupSlotInsideTypeofWide, OperandType::kIdx16) \ |
V(StaLookupSlotSloppy, OperandType::kIdx8) \ |
V(StaLookupSlotStrict, OperandType::kIdx8) \ |
+ V(StaLookupSlotSloppyWide, OperandType::kIdx16) \ |
+ V(StaLookupSlotStrictWide, OperandType::kIdx16) \ |
\ |
/* Register-accumulator transfers */ \ |
V(Ldar, OperandType::kReg8) \ |