Home | History | Annotate | Download | only in ast

Lines Matching refs:IsFunction

147   if (type->IsFunction()) return kFunction;
467 if (this->IsFunction()) {
468 if (!that->IsFunction()) return false;
1248 } else if (this->IsFunction()) {