public override int Run(InterpretedFrame frame) { frame.PopPendingContinuation(); // jump to goto target or to the next finally: return(frame.YieldToPendingContinuation()); }
public override int Run(InterpretedFrame frame) { frame.PopPendingContinuation(); // jump to goto target or to the next finally: return frame.YieldToPendingContinuation(); }