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

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

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