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

Afficher le fichier Open project: rtezli/Blitzableiter

Méthodes publiques

Méthode 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 méthode

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

TraceBlock() public static méthode

public static TraceBlock ( AVM1Code code, int terminalInstructionIndex, AVM1Stack stackIn, List blocks ) : AVM1Stack
code AVM1Code
terminalInstructionIndex int
stackIn AVM1Stack
blocks List
Résultat AVM1Stack