Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 73177ea0a778380d81a8c446227ad84bd4d5016d..c28972c731f8762fafe8499cb7297d3864367408 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -287,6 +287,8 @@ namespace internal { |
F(GetArrayKeys, 2, 1) \ |
F(MoveArrayContents, 2, 1) \ |
F(EstimateNumberOfElements, 1, 1) \ |
+ F(ArrayConstructor, -1, 1) \ |
+ F(InternalArrayConstructor, -1, 1) \ |
\ |
/* Getters and Setters */ \ |
F(LookupAccessor, 3, 1) \ |