emit_mapping_slot

Function emit_mapping_slot 

Source
fn emit_mapping_slot(
    bytecode: &mut Vec<u8>,
    module: &Module,
    state_index: usize,
    key_types: &[ValueType],
    use_callt: bool,
    token_patches: &mut Vec<MethodTokenPatch>,
)