Function contains_ident_ref
pub fn contains_ident_ref<'a, N>(
body: &N,
ident: &'a (Atom, SyntaxContext),
) -> boolwhere
N: VisitWith<IdentRefFinder<'a>>,
Available on crate features
__ecma
and __utils
only.