Searched refs:this_fun (Results 1 – 1 of 1) sorted by relevance
415 FunctionType* this_fun = this->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()422 for (int i = 0; i < this_fun->Arity(); ++i) { in SimplyEquals()423 if (!this_fun->Parameter(i)->Equals(that_fun->Parameter(i))) return false; in SimplyEquals()