Lines Matching full:property_dictionary
424 Object* value = property_dictionary()->ValueAt(result->GetDictionaryEntry());
438 property_dictionary()->ValueAt(result->GetDictionaryEntry()));
441 property_dictionary()->ValueAtPut(result->GetDictionaryEntry(), value);
461 int entry = property_dictionary()->FindEntry(name);
472 property_dictionary()->Add(name, store_value, details);
481 property_dictionary()->DetailsAt(entry).index());
484 JSGlobalPropertyCell::cast(property_dictionary()->ValueAt(entry));
487 property_dictionary()->DetailsAtPut(entry, details);
489 property_dictionary()->SetEntry(entry, name, value, details);
497 StringDictionary* dictionary = property_dictionary();
1676 StringDictionary* dict = property_dictionary();
1780 StringDictionary* dictionary = property_dictionary();
2504 int entry = property_dictionary()->FindEntry(name);
2506 Object* value = property_dictionary()->ValueAt(entry);
2508 PropertyDetails d = property_dictionary()->DetailsAt(entry);
3450 return property_dictionary()->
4742 return property_dictionary()->SlowReverseLookup(value);
10182 property_dictionary()->NumberOfElementsFilterAttributes(filter);
10311 property_dictionary()->CopyKeysTo(storage,
11580 Object* value = property_dictionary()->ValueAt(result->GetDictionaryEntry());
11597 int entry = property_dictionary()->FindEntry(name);
11609 property_dictionary()->Add(name, cell, details);
11615 Object* value = property_dictionary()->ValueAt(entry);