Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index c61056994f548104fa8e044e17ba5fb5f521cba9..b4bea5010e3920481de79e8afdcffd73d09a569c 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -127,6 +127,7 @@ |
V(JSCreateArray) \ |
V(JSCreateClosure) \ |
V(JSCreateIterResultObject) \ |
+ V(JSCreateKeyValueArray) \ |
V(JSCreateLiteralArray) \ |
V(JSCreateLiteralObject) \ |
V(JSCreateLiteralRegExp) \ |