Searched refs:CheckDataIsCompatible (Results 1 – 5 of 5) sorted by relevance
41 DCHECK(CheckDataIsCompatible(details, value())); in UpdatePropertyDetailsExceptCellType()
66 static bool CheckDataIsCompatible(PropertyDetails details, Object value);
6699 bool PropertyCell::CheckDataIsCompatible(PropertyDetails details, in CheckDataIsCompatible() function in v8::internal::PropertyCell6721 DCHECK(CheckDataIsCompatible(new_details, new_value)); in CanTransitionTo()
266 PropertyCell::CheckDataIsCompatible(property_details, *value); in Cache()
1056 CheckDataIsCompatible(property_details(), value()); in PropertyCellVerify()