Searched refs:IsDontDelete (Results 1 – 8 of 8) sorted by relevance
113 bool IsDontDelete() { return (attributes() & DONT_DELETE) != 0; } in IsDontDelete() function
284 bool IsDontDelete() { return details_.IsDontDelete(); } in IsDontDelete() function
1827 if (!details_.IsDontDelete()) stream->Add(" (deleteable)"); in PrintDataTo()1833 if (details_.IsDontDelete() && !details_.IsReadOnly()) return false; in RequiresHoleCheck()1850 if (!details_.IsDontDelete()) stream->Add(" (deleteable)"); in PrintDataTo()
1030 if (details.IsDontDelete()) new_length = number + 1; in SetLengthWithoutNormalize()
503 if (details.IsDontDelete()) { in DeleteNormalizedProperty()3953 if (result.IsDontDelete() && mode != FORCE_DELETION) { in DeleteProperty()4337 ASSERT(!details.IsDontDelete()); in UpdateGetterSetterInDictionary()4424 ASSERT(!result.IsDontDelete()); in DefinePropertyAccessor()4659 if (result.IsProperty() && (result.IsReadOnly() || result.IsDontDelete())) { in DefineAccessor()12043 if (details.IsDontDelete() && mode != JSReceiver::FORCE_DELETION) { in DeleteProperty()
970 name, receiver, global, cell, lookup->IsDontDelete()); in UpdateCaches()
3545 return !details_.IsDontDelete() || details_.IsReadOnly();
1089 elms->set(CONFIGURABLE_INDEX, heap->ToBoolean(!details.IsDontDelete())); in GetOwnProperty()1107 elms->set(CONFIGURABLE_INDEX, heap->ToBoolean(!result.IsDontDelete())); in GetOwnProperty()