lower_emit_statement

Function lower_emit_statement 

Source
fn lower_emit_statement(
    call: &Expression,
    ctx: &mut LoweringContext<'_>,
    instructions: &mut Vec<Instruction>,
) -> bool