Index: src/objects.h |
=================================================================== |
--- src/objects.h (revision 5232) |
+++ src/objects.h (working copy) |
@@ -3154,6 +3154,7 @@ |
static const int kIsExtensible = 0; |
static const int kFunctionWithPrototype = 1; |
static const int kHasFastElements = 2; |
+ static const int kStringWrapperSafeForDefaultValueOf = 3; |
// Layout of the default cache. It holds alternating name and code objects. |
static const int kCodeCacheEntrySize = 2; |