Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 57d450d22e127affb69c6f15f5fa04bebd231dab..f173cc96febdd645feda979fd01879446192e58b 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 */ \ |