| Index: src/runtime.h
|
| ===================================================================
|
| --- src/runtime.h (revision 9531)
|
| +++ src/runtime.h (working copy)
|
| @@ -330,6 +330,8 @@
|
| F(InitializeConstContextSlot, 3, 1) \
|
| F(OptimizeObjectForAddingMultipleProperties, 2, 1) \
|
| \
|
| + /* Arrays */ \
|
| + F(NonSmiElementStored, 1, 1) \
|
| /* Debugging */ \
|
| F(DebugPrint, 1, 1) \
|
| F(DebugTrace, 0, 1) \
|
| @@ -354,6 +356,7 @@
|
| F(IS_VAR, 1, 1) \
|
| \
|
| /* expose boolean functions from objects-inl.h */ \
|
| + F(HasFastSmiOnlyElements, 1, 1) \
|
| F(HasFastElements, 1, 1) \
|
| F(HasFastDoubleElements, 1, 1) \
|
| F(HasDictionaryElements, 1, 1) \
|
|
|