| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 6e3e94132def173e13fcfbaf03b797a5796c5aa9..1b4075250718f6d59ac98077a117d7a75470c505 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -6115,6 +6115,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.
|
|
|