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