| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 0ec38664daa5b2957d7d6de7471ff69a5def951c..19464134c3be74b836589a07cd7ae0c2ce19cbb3 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -5890,6 +5890,7 @@ class Map: public HeapObject {
|
| DECL_ACCESSORS(layout_descriptor, LayoutDescriptor)
|
| // |layout descriptor| accessor which can be used from GC.
|
| inline LayoutDescriptor* layout_descriptor_gc_safe();
|
| + inline bool HasFastPointerLayout() const;
|
|
|
| // |layout descriptor| accessor that is safe to call even when
|
| // FLAG_unbox_double_fields is disabled (in this case Map does not contain
|
|
|