Home | History | Annotate | Download | only in cctest

Lines Matching refs:IsFunction

107           this->IsUnion(t) + t->IsArray() + t->IsFunction() + t->IsContext());
466 CHECK(function0->IsFunction());
467 CHECK(function1->IsFunction());
468 CHECK(function2->IsFunction());
794 (type1->IsFunction() && type2->IsFunction()) ||