Home | History | Annotate | Download | only in src

Lines Matching defs:IsConstructor

633   bool IsConstructor() const { return type_ == kConstructorIdentifier; }
1162 static bool IsConstructor(PreParserIdentifier identifier) {
1163 return identifier.IsConstructor();
1975 if (is_generator && in_class && !is_static && this->IsConstructor(name)) {
2009 } else if (in_class && !is_static && this->IsConstructor(name)) {