C# Class Recurity.Swf.AVM1.Stack.Trace

Datei anzeigen Open project: rtezli/Blitzableiter

Public Methods

Method Description
TraceArgument ( AVM1Code code, int instructionIndex, AVM1Stack stackIn, uint argc, AVM1DataElement &entry ) : bool

TraceBlock ( AVM1Code code, int terminalInstructionIndex, AVM1Stack stackIn, List blocks ) : AVM1Stack

Method Details

TraceArgument() public static method

public static TraceArgument ( AVM1Code code, int instructionIndex, AVM1Stack stackIn, uint argc, AVM1DataElement &entry ) : bool
code AVM1Code
instructionIndex int
stackIn AVM1Stack
argc uint
entry AVM1DataElement
return bool

TraceBlock() public static method

public static TraceBlock ( AVM1Code code, int terminalInstructionIndex, AVM1Stack stackIn, List blocks ) : AVM1Stack
code AVM1Code
terminalInstructionIndex int
stackIn AVM1Stack
blocks List
return AVM1Stack