Index: src/runtime.h |
=================================================================== |
--- src/runtime.h (revision 2674) |
+++ src/runtime.h (working copy) |
@@ -247,6 +247,8 @@ |
F(InitializeVarGlobal, -1 /* 1 or 2 */) \ |
F(InitializeConstGlobal, 2) \ |
F(InitializeConstContextSlot, 3) \ |
+ F(OptimizeObjectForAddingMultipleProperties, 2) \ |
+ F(TransformToFastProperties, 1) \ |
\ |
/* Debugging */ \ |
F(DebugPrint, 1) \ |