lower_function_call_expression

Function lower_function_call_expression 

Source
fn lower_function_call_expression(
    func: &Expression,
    args: &[Expression],
    ctx: &mut LoweringContext<'_>,
    instructions: &mut Vec<Instruction>,
) -> bool