HomeSort by relevance Sort by last modified time
    Searched full:that_fun (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/v8/src/
types.cc 416 FunctionType* that_fun = that->AsFunction(); local
417 if (this_fun->Arity() != that_fun->Arity() ||
418 !this_fun->Result()->Equals(that_fun->Result()) ||
419 !this_fun->Receiver()->Equals(that_fun->Receiver())) {
423 if (!this_fun->Parameter(i)->Equals(that_fun->Parameter(i))) return false;
    [all...]

Completed in 678 milliseconds