Home
last modified time | relevance | path

Searched refs:other_entry (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/objects/
Dscope-info.cc31 Object* other_entry = other->get(index); in Equals() local
33 if (entry != other_entry) return false; in Equals()
36 HeapObject::cast(other_entry)->map()->instance_type()) { in Equals()
40 if (!String::cast(entry)->Equals(String::cast(other_entry))) { in Equals()
44 if (!ScopeInfo::cast(entry)->Equals(ScopeInfo::cast(other_entry))) { in Equals()
48 if (!ModuleInfo::cast(entry)->Equals(ModuleInfo::cast(other_entry))) { in Equals()