| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 5216657347936a09038d2e6527fdcbdc3329d1fa..a7f01d1856992d5c8c7d02605fbc807cd0f27b79 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -5990,6 +5990,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.
|
|
|