Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 7d53babed406dc1db4ee60d3180ddbbaf434df1a..252ab5052ffff0722e8ccfff583c3461debefea6 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -436,6 +436,7 @@ namespace internal { |
/* Arrays */ \ |
F(ArrayConstructor, -1, 1) \ |
F(InternalArrayConstructor, -1, 1) \ |
+ F(GrowArrayElements, 3, 1) \ |
\ |
/* Literals */ \ |
F(MaterializeRegExpLiteral, 4, 1) \ |