Lines Matching defs:dict
4008 bool TestDictionaryPropertiesIntegrityLevel(Dictionary dict,
4013 for (InternalIndex i : dict.IterateEntries()) {
4015 if (!dict.ToKey(roots, i, &key)) continue;
4017 PropertyDetails details = dict.DetailsAt(i);
4445 SwissNameDictionary dict = object->property_dictionary_swiss();
4446 return handle(dict.ValueAt(dict_index), isolate);
4448 NameDictionary dict = object->property_dictionary();
4449 return handle(dict.ValueAt(dict_index), isolate);
4716 // TODO(v8:11248) make bootstrapper create dict mode prototypes, too?
4762 auto make_constant = [&](auto dict) {
4763 for (InternalIndex index : dict.IterateEntries()) {
4765 if (!dict.ToKey(roots, index, &k)) continue;
4767 PropertyDetails details = dict.DetailsAt(index);
4769 dict.DetailsAtPut(index, details);