class cpp.vm.StackFrame

import cpp.vm.Debugger;

Available on cpp

StackFrame describes one call stack frame.

Instance Fields

function new(fileName:String, lineNumber:Int, className:String, functionName:String):Void