Searched refs:that_fun (Results 1 – 1 of 1) sorted by relevance
416 FunctionType* that_fun = that->AsFunction(); in SimplyEquals() local417 if (this_fun->Arity() != that_fun->Arity() || in SimplyEquals()418 !this_fun->Result()->Equals(that_fun->Result()) || in SimplyEquals()419 !this_fun->Receiver()->Equals(that_fun->Receiver())) { in SimplyEquals()423 if (!this_fun->Parameter(i)->Equals(that_fun->Parameter(i))) return false; in SimplyEquals()