doStepOver

fun doStepOver(fiber: A_Fiber, selectedContinuation: A_Continuation)

An action to execute at least one L1 instruction, stopping only when the selected frame is at the top of the stack again, or has been removed from the stack through a return or other means.

TODO - Intercept non-local control flow just prior to jumping past the frame.