Home | History | Annotate | Download | only in src

Lines Matching full:maybe_hash

5825   Object* maybe_hash = proxy->hash();
5826 if (maybe_hash->IsSmi()) return Smi::cast(maybe_hash);
5854 Object* maybe_hash = *it.GetDataValue();
5855 if (maybe_hash->IsSmi()) return Smi::cast(maybe_hash);