Searched refs:IsConfigurable (Results 1 – 8 of 8) sorted by relevance
85 if (!property_details.IsConfigurable() && property_details.IsReadOnly()) { in ReduceJSLoadGlobal()103 property_details.IsConfigurable()) { in ReduceJSLoadGlobal()129 } else if (property_details.IsConfigurable()) { in ReduceJSLoadGlobal()248 if (property_details.IsConfigurable()) { in ReduceJSStoreGlobal()
240 bool IsConfigurable() const { return property_details().IsConfigurable(); } in IsConfigurable() function
333 bool IsConfigurable() const { return (attributes() & DONT_DELETE) == 0; } in IsConfigurable() function
996 if (!details.IsConfigurable()) length = number + 1; in SetLengthImpl()
6278 if (!it->IsConfigurable() || receiver->map()->is_strong()) { in DeleteProperty()6854 if (!it->IsConfigurable()) return Just(false); in CreateDataProperty()9069 if (it.IsFound() && !it.IsConfigurable()) { in SetAccessor()15063 if (!it.IsConfigurable()) return false; in GetOldValue()18195 if (!details.IsConfigurable()) return factory->false_value(); in DeleteProperty()
2622 bool IsConfigurable() const { return details_.IsConfigurable(); } in IsConfigurable() function
6131 if (it.IsFound() && it.IsReadOnly() && !it.IsConfigurable()) { in BuildLoadNamedField()
1227 cell, lookup->name(), lookup->IsConfigurable()); in CompileHandler()