| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 0b85008b032e78809e526aa1a007eb6c0b548ddb..4dcccf18abeed65dd4c89479cac237c6e55afdb2 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -9824,6 +9824,8 @@ class PropertyCell : public HeapObject {
|
| // property.
|
| DECL_ACCESSORS(dependent_code, DependentCode)
|
|
|
| + PropertyCellConstantType GetConstantType();
|
| +
|
| // Computes the new type of the cell's contents for the given value, but
|
| // without actually modifying the details.
|
| static PropertyCellType UpdatedType(Handle<PropertyCell> cell,
|
|
|