| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 8f8a3534f1bbaf8f41c8f24220d1e895316c77ef..9cf93defebff5d9f46a5fed6316e48d02ca2f31d 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -9829,6 +9829,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,
|
|
|