Index: include/v8.h |
=================================================================== |
--- include/v8.h (revision 7800) |
+++ include/v8.h (working copy) |
@@ -3667,7 +3667,7 @@ |
static const int kFullStringRepresentationMask = 0x07; |
static const int kExternalTwoByteRepresentationTag = 0x02; |
- static const int kJSObjectType = 0xa1; |
+ static const int kJSObjectType = 0xa2; |
Kevin Millikin (Chromium)
2011/05/13 08:08:30
Wow, that's brittle.
rossberg
2011/05/13 09:21:53
Indeed, I honestly was shocked when I saw it.
|
static const int kFirstNonstringType = 0x80; |
static const int kProxyType = 0x85; |