Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index 0a42593f4054b7dc00b75f210ff6688d15718c10..9b33310093d44836a442b76fdfc28a5a42299708 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -146,6 +146,7 @@ |
V(JSStoreDataPropertyInLiteral) \ |
V(JSDeleteProperty) \ |
V(JSHasProperty) \ |
+ V(JSCreateGeneratorObject) \ |
V(JSGetSuperConstructor) |
#define JS_CONTEXT_OP_LIST(V) \ |