Lines Matching defs:names
1626 // names in local name positions (i.e. left of 'as' or in a clause without
1671 ZonePtrList<const AstRawString> names(1, zone());
1736 result = ParseHoistableDeclaration(&names, false);
1741 result = ParseClassDeclaration(&names, false);
1747 result = ParseVariableStatement(kStatementListItem, &names);
1754 result = ParseAsyncFunctionDeclaration(&names, false);
1766 for (const AstRawString* name : names) {
1862 ZonePtrList<const AstRawString>* names) {
1873 if (names) names->Add(variable_name, zone());
1887 ZonePtrList<const AstRawString>* names,
1892 if (names) names->Add(variable_name, zone());
2249 // Create a TDZ for any lexically-bound names in for in/of statements.
3619 // See ES #sec-__proto__-property-names-in-object-initializers.