lower_variable_expression

Function lower_variable_expression 

Source
fn lower_variable_expression(
    identifier: &Identifier,
    ctx: &mut LoweringContext<'_>,
    instructions: &mut Vec<Instruction>,
) -> bool