Lines Matching refs:entry
815 InternalIndex entry = dictionary.FindEntry(isolate, key);
816 if (entry.is_found()) {
817 PropertyCell cell = dictionary.CellAt(entry);
829 InternalIndex entry = dictionary.FindEntry(isolate, *key);
830 if (entry.is_found() &&
831 (dictionary.DetailsAt(entry).kind() == PropertyKind::kData)) {
832 return dictionary.ValueAt(entry);
837 InternalIndex entry = dictionary.FindEntry(isolate, key);
838 if ((entry.is_found()) &&
839 (dictionary.DetailsAt(entry).kind() == PropertyKind::kData)) {
840 return dictionary.ValueAt(entry);