Home
last modified time | relevance | path

Searched refs:IsConfigurable (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dlookup.h181 bool IsConfigurable() const { return property_details().IsConfigurable(); } in IsConfigurable() function
Dproperty-details.h327 bool IsConfigurable() const { return (attributes() & DONT_DELETE) == 0; } in IsConfigurable() function
Dobjects.cc6913 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()
Delements.cc1452 if (!details.IsConfigurable()) length = number + 1; in SetLengthImpl()
/external/v8/src/compiler/
Dproperty-access-builder.cc200 it.IsReadOnly() && !it.IsConfigurable(); in TryBuildLoadConstantDataField()
Djs-native-context-specialization.cc609 if (!property_details.IsConfigurable() && property_details.IsReadOnly()) { in ReduceGlobalAccess()
616 property_details.IsConfigurable()) { in ReduceGlobalAccess()
1412 if (it.IsReadOnly() && !it.IsConfigurable()) { in ReduceKeyedAccess()
/external/v8/src/runtime/
Druntime-object.cc163 if (!details.IsConfigurable()) return false; in DeleteObjectPropertyFast()