Function swc_estree_visit::fold_opt_catch_clause[][src]

pub fn fold_opt_catch_clause<V: ?Sized + Fold>(
    _visitor: &mut V,
    n: Option<CatchClause>
) -> Option<CatchClause>