Function contains_eval

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