Home | History | Annotate | Download | only in src

Lines Matching defs:DeleteProperty

6101     NameDictionary::DeleteProperty(dictionary, entry);
6109 Maybe<bool> JSReceiver::DeleteProperty(LookupIterator* it,
6184 return DeleteProperty(&it, language_mode);
6188 Maybe<bool> JSReceiver::DeleteProperty(Handle<JSReceiver> object,
6192 return DeleteProperty(&it, language_mode);
6201 return DeleteProperty(&it, language_mode);
16491 Dictionary<NameDictionary, NameDictionaryShape, Handle<Name> >::DeleteProperty(
16496 uint32_t>::DeleteProperty(Handle<SeededNumberDictionary>, int);
16500 uint32_t>::DeleteProperty(Handle<UnseededNumberDictionary>, int);
17344 Handle<Object> Dictionary<Derived, Shape, Key>::DeleteProperty(