Searched refs:CellAt (Results 1 – 7 of 7) sorted by relevance
418 Handle<PropertyCell> cell(dictionary->CellAt(dictionary_entry()), in PrepareForDataProperty()949 return handle(holder->global_dictionary()->CellAt(dictionary_entry()), in GetPropertyCell()990 dictionary->CellAt(dictionary_entry())->set_value(*value); in WriteDataValue()1073 PropertyCell* cell = dict->CellAt(number_); in LookupInSpecialHolder()
2949 PropertyCell* GlobalDictionary::CellAt(int entry) { in CellAt() function2963 Name* GlobalDictionary::NameAt(int entry) { return CellAt(entry)->name(); } in NameAt()2964 Object* GlobalDictionary::ValueAt(int entry) { return CellAt(entry)->value(); } in ValueAt()3039 return dict->CellAt(entry)->property_details(); in DetailsAt()3046 PropertyCell* cell = dict->CellAt(entry); in DetailsAtPut()
16976 cell = handle(dictionary->CellAt(entry), isolate); in EnsureEmptyPropertyCell()18609 Handle<PropertyCell> cell(dictionary->CellAt(entry), isolate); in InvalidateEntry()18692 Handle<PropertyCell> cell(dictionary->CellAt(entry), isolate); in PrepareForValue()
5569 Handle<PropertyCell> cell(properties->CellAt(index), isolate()); in TransferNamedProperties()
228 inline PropertyCell* CellAt(int entry);
87 PropertyCell* cell = dictionary->CellAt(entry); in KeyedGetObjectProperty()
1468 PropertyCell* cell = dictionary->CellAt(i); in ExtractPropertyReferences()