 Chromium Code Reviews
 Chromium Code Reviews Issue 3117006:
  Handle overwriting valueOf on String objects correctly when adding...  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
    
  
    Issue 3117006:
  Handle overwriting valueOf on String objects correctly when adding...  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/| 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; |