C# Class Microsoft.Scripting.Interpreter.ThrowInstruction

Inheritance: Microsoft.Scripting.Interpreter.Instruction
Datei anzeigen Open project: jschementi/iron

Public Methods

Method Description
Run ( InterpretedFrame frame ) : int

Private Methods

Method Description
ThrowInstruction ( bool hasResult, bool isRethrow ) : System.Linq.Expressions

Method Details

Run() public method

public Run ( InterpretedFrame frame ) : int
frame InterpretedFrame
return int