[][src]Function swc_ecma_transforms::util::contains_this_expr

pub fn contains_this_expr<N>(body: &N) -> bool where
    N: VisitWith<ThisVisitor>,