Index: src/runtime.h |
=================================================================== |
--- src/runtime.h (revision 1510) |
+++ src/runtime.h (working copy) |
@@ -250,9 +250,9 @@ |
\ |
/* Literals */ \ |
F(MaterializeRegExpLiteral, 4)\ |
- F(CreateArrayLiteralBoilerplate, 3) \ |
+ F(CreateArrayLiteral, 2) \ |
F(CreateObjectLiteralBoilerplate, 3) \ |
- F(CloneLiteralBoilerplate, 1) \ |
+ F(CloneObjectLiteralBoilerplate, 1) \ |
\ |
/* Catch context extension objects */ \ |
F(CreateCatchExtensionObject, 2) \ |
@@ -325,6 +325,7 @@ |
kNofFunctions |
#undef F |
}; |
+ static Object* CreateArrayLiteral(Arguments args); |
// Runtime function descriptor. |
struct Function { |