Home | History | Annotate | Download | only in cctest

Lines Matching refs:IsFunction

405           this->IsUnion(t) + t->IsArray() + t->IsFunction() + t->IsContext());
660 CHECK(function0->IsFunction());
661 CHECK(function1->IsFunction());
662 CHECK(function2->IsFunction());
1023 (type1->IsFunction() && type2->IsFunction()) ||