Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 8587303e13a4ab47baf6d3d3766522cec9e825c7..ed23c86c13a1c49f7aef818815c1324bdf1dc9e6 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -465,6 +465,7 @@ namespace internal { |
\ |
/* Arrays */ \ |
F(ArrayConstructor, -1, 1) \ |
+ F(ArrayConstructorWithSubclassing, -1, 1) \ |
F(InternalArrayConstructor, -1, 1) \ |
\ |
/* Literals */ \ |