Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index d15d024dc3ce11164f9b28eb026f8fa2c74e93d7..71c61f9218a421e284b6023c5f058716e7c8017d 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -1445,6 +1445,7 @@ enum ExternalArrayType { |
kExternalIntArray, |
kExternalUnsignedIntArray, |
kExternalFloatArray, |
+ kExternalDoubleArray, |
kExternalPixelArray |
}; |
@@ -3584,7 +3585,7 @@ class Internals { |
static const int kFullStringRepresentationMask = 0x07; |
static const int kExternalTwoByteRepresentationTag = 0x02; |
- static const int kJSObjectType = 0xa0; |
+ static const int kJSObjectType = 0xa1; |
static const int kFirstNonstringType = 0x80; |
static const int kProxyType = 0x85; |