| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index eeaa8735a595c15e62ba10ab6164542b2f12300b..0fa761d0af1dec46ccce7574cc362d9348a7d6ef 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -43,6 +43,7 @@ namespace internal {
|
| F(ArrayConstructorWithSubclassing, -1, 1) \
|
| F(InternalArrayConstructor, -1, 1) \
|
| F(NormalizeElements, 1, 1) \
|
| + F(GrowArrayElements, 3, 1) \
|
| F(HasComplexElements, 1, 1) \
|
| F(ForInCacheArrayLength, 2, 1) /* TODO(turbofan): Only temporary */ \
|
| F(IsArray, 1, 1) \
|
|
|