Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 1d7c48ac214e8cae87d5ceaaadaf648eb51f1569..60b404e6fe2936af80e6993ae3f59bbcfc1c5c2f 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -98,6 +98,7 @@ namespace internal { |
F(SetNewFunctionAttributes, 1, 1) \ |
F(AllocateInNewSpace, 1, 1) \ |
F(SetNativeFlag, 1, 1) \ |
+ F(StoreArrayLiteralElement, 5, 1) \ |
\ |
/* Array join support */ \ |
F(PushIfAbsent, 2, 1) \ |