Searched refs:IsConfigurable (Results 1 – 7 of 7) sorted by relevance
181 bool IsConfigurable() const { return property_details().IsConfigurable(); } in IsConfigurable() function
327 bool IsConfigurable() const { return (attributes() & DONT_DELETE) == 0; } in IsConfigurable() function
6913 if (!it->IsConfigurable()) { in DeleteProperty()8321 if (details.IsConfigurable()) return false; in TestDictionaryPropertiesIntegrityLevel()8339 if (details.IsConfigurable()) return false; in TestFastPropertiesIntegrityLevel()9233 if (it.IsFound() && !it.IsConfigurable()) { in SetAccessor()17798 dictionary->DetailsAt(entry).IsConfigurable()); in DeleteEntry()
1452 if (!details.IsConfigurable()) length = number + 1; in SetLengthImpl()
200 it.IsReadOnly() && !it.IsConfigurable(); in TryBuildLoadConstantDataField()
609 if (!property_details.IsConfigurable() && property_details.IsReadOnly()) { in ReduceGlobalAccess()616 property_details.IsConfigurable()) { in ReduceGlobalAccess()1412 if (it.IsReadOnly() && !it.IsConfigurable()) { in ReduceKeyedAccess()
163 if (!details.IsConfigurable()) return false; in DeleteObjectPropertyFast()