try_lower_runtime_member_access

Function try_lower_runtime_member_access 

Source
fn try_lower_runtime_member_access(
    inner: &Expression,
    member: &Identifier,
    ctx: &mut LoweringContext<'_>,
    instructions: &mut Vec<Instruction>,
) -> Option<bool>