23 public readonly
object[]
Data;
120 while (frame !=
null);
static DebugInfo GetMatchingDebugInfo(DebugInfo[] debugInfos, int index)
void Leave(InterpretedFrame prevFrame)
DebugInfo GetDebugInfo(int instructionIndex)
readonly IStrongBox[] Closure
static InterpretedFrame s_currentFrame
void SaveTraceToException(Exception exception)
void RemoveContinuation()
readonly int[] _continuations
int YieldToPendingContinuation()
void PopPendingContinuation()
void SetStackDepth(int depth)
IEnumerable< InterpretedFrameInfo > GetStackTraceDebugInfo()
readonly Interpreter Interpreter
int YieldToCurrentContinuation()
int Goto(int labelIndex, object value, bool gotoExceptionHandler)
InterpretedFrame(Interpreter interpreter, IStrongBox[] closure)
void PushPendingContinuation()
void PushContinuation(int continuation)
static readonly object NoValue
readonly RuntimeLabel[] _labels
readonly DebugInfo[] _debugInfos
static object Int32ToObject(int i)
static readonly object BoxedFalse