Lines Matching full: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)) {