Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index 967bfb9d01c3e4e469f9e6b3eb23fa8fe721381b..e6b00fb2242d7a964480afcc1d0f2ba3ed583bdc 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -158,6 +158,8 @@ |
| V(JSForInPrepare) \ |
| V(JSLoadMessage) \ |
| V(JSStoreMessage) \ |
| + V(JSLoadModule) \ |
| + V(JSStoreModule) \ |
| V(JSGeneratorStore) \ |
| V(JSGeneratorRestoreContinuation) \ |
| V(JSGeneratorRestoreRegister) \ |