| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 0047bf9c094f57fb4e8fe8c90c66e626ed581a08..848e9d7b5b9310d91360262d72db467beb872c21 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -6083,6 +6083,8 @@ class Map: public HeapObject {
|
| Name* name,
|
| LookupResult* result);
|
|
|
| + inline PropertyDetails GetLastDescriptorDetails();
|
| +
|
| // The size of transition arrays are limited so they do not end up in large
|
| // object space. Otherwise ClearNonLiveTransitions would leak memory while
|
| // applying in-place right trimming.
|
|
|