pub fn is_valid_ident(name: &str) -> bool
Returns whether a string is a valid JavaScript identifier. Defined at https://tc39.es/ecma262/#prod-IdentifierName.