lower_for_statement

Function lower_for_statement 

Source
fn lower_for_statement(
    init: Option<&Statement>,
    condition: Option<&Expression>,
    post: Option<&Expression>,
    body: Option<&Statement>,
    ctx: &mut LoweringContext<'_>,
    instructions: &mut Vec<Instruction>,
) -> bool