Function contains_eval
pub fn contains_eval<N>(node: &N, include_with: bool) -> boolwhere
N: VisitWith<EvalFinder>,
Available on crate feature
__ecma
and (crate features __ecma_transforms
or __testing_transform
) only.