| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index 95c300f3a948fea72c49eda74ec084c9f6a655ee..d8a50c15679658644eb267fbf4d19ce9def9d037 100644
|
| --- a/src/isolate.h
|
| +++ b/src/isolate.h
|
| @@ -1010,6 +1010,7 @@ class Isolate {
|
| inline bool IsHasInstanceLookupChainIntact();
|
| bool IsIsConcatSpreadableLookupChainIntact();
|
| bool IsIsConcatSpreadableLookupChainIntact(JSReceiver* receiver);
|
| + inline bool IsStringLengthOverflowIntact();
|
|
|
| // On intent to set an element in object, make sure that appropriate
|
| // notifications occur if the set is on the elements of the array or
|
| @@ -1028,6 +1029,7 @@ class Isolate {
|
| void InvalidateArraySpeciesProtector();
|
| void InvalidateHasInstanceProtector();
|
| void InvalidateIsConcatSpreadableProtector();
|
| + void InvalidateStringLengthOverflowProtector();
|
|
|
| // Returns true if array is the initial array prototype in any native context.
|
| bool IsAnyInitialArrayPrototype(Handle<JSArray> array);
|
|
|