Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index bb38208094752e5a128e9635a2477b179786365e..de5e08e5ecf18282147edc37e7c1e9dd0c38bc1f 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -144,7 +144,8 @@ |
V(JSStoreGlobal) \ |
V(JSStoreDataPropertyInLiteral) \ |
V(JSDeleteProperty) \ |
- V(JSHasProperty) |
+ V(JSHasProperty) \ |
+ V(JSGetSuperConstructor) |
#define JS_CONTEXT_OP_LIST(V) \ |
V(JSLoadContext) \ |