[][src]Function swc_ecma_utils::contains_this_expr

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