| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 20391416afe37056f9d9fa29c18f06878ebf2275..e5e4fe2ba6482e804b804ca0af319b90ad752cd3 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -583,6 +583,8 @@ enum InstanceType {
|
| FIRST_FUNCTION_CLASS_TYPE = JS_REGEXP_TYPE
|
| };
|
|
|
| +static const int kExternalArrayTypeCount = LAST_EXTERNAL_ARRAY_TYPE -
|
| + FIRST_EXTERNAL_ARRAY_TYPE + 1;
|
|
|
| STATIC_CHECK(JS_OBJECT_TYPE == Internals::kJSObjectType);
|
| STATIC_CHECK(FIRST_NONSTRING_TYPE == Internals::kFirstNonstringType);
|
|
|