Function step_op

Source
pub fn step_op(
    access: Access<'_>,
    op: Op,
    stack: &mut Stack,
    memory: &mut Memory,
    pc: usize,
    repeat: &mut Repeat,
    cache: &LazyCache,
) -> OpResult<Option<ProgramControlFlow>>
Expand description

Step forward constraint checking by the given operation.