Function swc_ecma_visit::fold_opt_stmt[][src]

pub fn fold_opt_stmt<V: ?Sized + Fold>(
    _visitor: &mut V,
    n: Option<Box<Stmt>>
) -> Option<Box<Stmt>>