Home | History | Annotate | Download | only in src

Lines Matching full:property_dictionary

626   Object* value = property_dictionary()->ValueAt(result->GetDictionaryEntry());
649 property_dictionary()->ValueAt(result->GetDictionaryEntry()));
653 property_dictionary()->ValueAtPut(result->GetDictionaryEntry(), value);
673 int entry = property_dictionary()->FindEntry(name);
683 property_dictionary()->Add(name, store_value, details);
690 PropertyDetails original_details = property_dictionary()->DetailsAt(entry);
694 enumeration_index = property_dictionary()->NextEnumerationIndex();
695 property_dictionary()->SetNextEnumerationIndex(enumeration_index + 1);
706 PropertyCell::cast(property_dictionary()->ValueAt(entry));
710 property_dictionary()->DetailsAtPut(entry, details);
712 property_dictionary()->SetEntry(entry, name, value, details);
736 Handle<NameDictionary> dictionary(object->property_dictionary());
1960 NameDictionary* dict = property_dictionary();
2127 NameDictionary* dictionary = property_dictionary();
3291 int entry = property_dictionary()->FindEntry(name);
3293 Object* value = property_dictionary()->ValueAt(entry);
3295 PropertyDetails d = property_dictionary()->DetailsAt(entry);
4607 return property_dictionary()->
5561 FreezeDictionary(property_dictionary());
6478 return property_dictionary()->SlowReverseLookup(value);
12949 return property_dictionary()->NumberOfElementsFilterAttributes(filter);
13082 property_dictionary()->CopyKeysTo(storage,
14347 Object* value = property_dictionary()->ValueAt(result->GetDictionaryEntry());
14367 int entry = global->property_dictionary()->FindEntry(*name);
14375 handle(global->property_dictionary()), name, cell, details);
14379 Object* value = global->property_dictionary()->ValueAt(entry);