Home | History | Annotate | Download | only in src

Lines Matching defs:was_present

17748                                                 bool* was_present) {
17753 *was_present = false;
17757 return Remove(table, key, was_present, Smi::cast(hash)->value());
17763 bool* was_present,
17770 *was_present = false;
17774 *was_present = true;
18220 bool was_present = false;
18222 ObjectHashTable::Remove(table, key, &was_present, hash);
18228 return was_present;