Lines Matching defs:names
203 // Shorten type names defined by ParserTypes<Impl>.
1150 // This method should be used to ambiguously parse property names that can
1256 ZonePtrList<const AstRawString>* names);
1258 ZonePtrList<const AstRawString>* names, bool default_export);
1260 StatementT ParseHoistableDeclaration(ZonePtrList<const AstRawString>* names,
1263 ZonePtrList<const AstRawString>* names,
1265 StatementT ParseClassDeclaration(ZonePtrList<const AstRawString>* names,
1334 ZonePtrList<const AstRawString>* names);
1775 // resolve private names and find that they are not enclosed in a
2239 // For non computed property names we normalize the name a bit:
3955 ZonePtrList<const AstRawString>* names) {
3989 impl(), parsing_result->descriptor.mode, names);
4138 ZonePtrList<const AstRawString>* names, bool default_export) {
4146 return ParseHoistableDeclaration(pos, flags, names, default_export);
4152 int pos, ParseFunctionFlags flags, ZonePtrList<const AstRawString>* names,
4221 end_position(), names);
4226 ZonePtrList<const AstRawString>* names, bool default_export) {
4261 return impl()->DeclareClass(variable_name, value, names, class_token_pos,
4292 ZonePtrList<const AstRawString>* names, bool default_export) {
4304 return ParseHoistableDeclaration(pos, flags, names, default_export);
4573 // Validate parameter names. We can do this only after preparsing the
5390 ZonePtrList<const AstRawString>* names) {
5407 ParseVariableDeclarations(var_context, &parsing_result, names);