Index: src/interpreter/bytecodes.h |
diff --git a/src/interpreter/bytecodes.h b/src/interpreter/bytecodes.h |
index f98882a5dd427950d38feae4d85ed431eba70542..d0379a25c9bcbaa635321c9e01e99f86f1edc5c7 100644 |
--- a/src/interpreter/bytecodes.h |
+++ b/src/interpreter/bytecodes.h |
@@ -45,7 +45,8 @@ namespace interpreter { |
\ |
/* Globals */ \ |
V(LdaGlobal, OperandType::kIdx8) \ |
- V(StaGlobal, OperandType::kIdx8) \ |
+ V(StaGlobalSloppy, OperandType::kIdx8) \ |
+ V(StaGlobalStrict, OperandType::kIdx8) \ |
\ |
/* Context operations */ \ |
V(LdaContextSlot, OperandType::kReg8, OperandType::kIdx8) \ |