Searched refs:mustBeJSIdent (Results 1 – 1 of 1) sorted by relevance
666 static bool mustBeJSIdent(const AdditionalKeywords &Keywords, in mustBeJSIdent() function683 return FormatTok->Tok.isLiteral() || mustBeJSIdent(Keywords, FormatTok); in mustBeJSIdentOrValue()1047 if (Next && !mustBeJSIdent(Keywords, Next)) { in parseStructuralElement()