| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 9ba7213f99c63e416b678903d3ecb33ad61a6e0a..6d1c8d87eefe7294a03bb37dd38b7de7f88ff865 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -5471,6 +5471,11 @@ class V8_EXPORT Isolate {
|
| kHtmlComment = 21,
|
| kSloppyModeBlockScopedFunctionRedefinition = 22,
|
| kForInInitializer = 23,
|
| + kArrayProtectorDirtied = 24,
|
| + kArraySpeciesModified = 25,
|
| + kArrayPrototypeConstructorModified = 26,
|
| + kArrayInstanceProtoModified = 27,
|
| + kArrayInstanceConstructorModified = 28,
|
|
|
| // If you add new values here, you'll also need to update V8Initializer.cpp
|
| // in Chromium.
|
|
|