Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-global-object-specialization.cc85 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()
/external/v8/src/
Dlookup.h240 bool IsConfigurable() const { return property_details().IsConfigurable(); } in IsConfigurable() function
Dproperty-details.h333 bool IsConfigurable() const { return (attributes() & DONT_DELETE) == 0; } in IsConfigurable() function
Delements.cc996 if (!details.IsConfigurable()) length = number + 1; in SetLengthImpl()
Dobjects.cc6278 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()
/external/v8/src/crankshaft/
Dhydrogen.h2622 bool IsConfigurable() const { return details_.IsConfigurable(); } in IsConfigurable() function
Dhydrogen.cc6131 if (it.IsFound() && it.IsReadOnly() && !it.IsConfigurable()) { in BuildLoadNamedField()
/external/v8/src/ic/
Dic.cc1227 cell, lookup->name(), lookup->IsConfigurable()); in CompileHandler()