Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index b7b1dd9840a30b9ef3967bb99b2ba75e070a1859..65fc6fd72f887a1c41ff1279e7c2d9cea7db0042 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -732,7 +732,9 @@ namespace internal { |
F(MapGetSize, 1, 1) \ |
F(MapHas, 2, 1) \ |
F(SetGetSize, 1, 1) \ |
- F(SetHas, 2, 1) |
+ F(SetHas, 2, 1) \ |
+ /* Arrays */ \ |
+ F(HasFastPackedElements, 1, 1) |
//--------------------------------------------------------------------------- |