Function rslint_parser::syntax::util::check_for_stmt_lhs[][src]

pub fn check_for_stmt_lhs(
    p: &mut Parser<'_>,
    expr: Expr,
    marker: &CompletedMarker
)
Expand description

Check the LHS expression inside of a for…in or for…of statement according to