pub fn parse_ident_name<'a, P: Parser<'a>>(p: &mut P) -> PResult<IdentName>
Use this when spec says “IdentifierName”. This allows idents like catch.
catch