| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index bd0268f5a96a98bce30a3b8f03770d8031afd150..c9ad6c7f59a6c9dbd0ce38995e5b310217a2d0c3 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -7786,9 +7786,11 @@
|
|
|
| // In-object fields.
|
| static const int kSourceFieldIndex = 0;
|
| - static const int kFlagsFieldIndex = 1;
|
| - static const int kLastIndexFieldIndex = 2;
|
| - static const int kInObjectFieldCount = 3;
|
| + static const int kGlobalFieldIndex = 1;
|
| + static const int kIgnoreCaseFieldIndex = 2;
|
| + static const int kMultilineFieldIndex = 3;
|
| + static const int kLastIndexFieldIndex = 4;
|
| + static const int kInObjectFieldCount = 5;
|
|
|
| // The uninitialized value for a regexp code object.
|
| static const int kUninitializedValue = -1;
|
|
|