Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Run()

override int System.Linq.Expressions.Interpreter.LeaveFinallyInstruction.Run ( InterpretedFrame frame)
inline

Definition at line 15 of file LeaveFinallyInstruction.cs.

16 {
17 frame.PopPendingContinuation();
18 if (!frame.IsJumpHappened())
19 {
20 return 1;
21 }
22 return frame.YieldToPendingContinuation();
23 }

References System.Linq.Expressions.Interpreter.InterpretedFrame.IsJumpHappened(), System.Linq.Expressions.Interpreter.InterpretedFrame.PopPendingContinuation(), and System.Linq.Expressions.Interpreter.InterpretedFrame.YieldToPendingContinuation().