Function contains_ident_ref

pub fn contains_ident_ref<'a, N>(body: &N, ident: &'a Ident) -> bool
where N: VisitWith<IdentRefFinder<'a>>,
Available on crate features __ecma and __utils only.