Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast-types.cc470 AstFunctionType* that_fun = that->AsFunction(); in SimplyEquals() local
471 if (this_fun->Arity() != that_fun->Arity() || in SimplyEquals()
472 !this_fun->Result()->Equals(that_fun->Result()) || in SimplyEquals()
473 !this_fun->Receiver()->Equals(that_fun->Receiver())) { in SimplyEquals()
477 if (!this_fun->Parameter(i)->Equals(that_fun->Parameter(i))) return false; in SimplyEquals()