Stack
You are viewing an old version of this entry, click here to see latest version.
class haxe.StackAvailable in flash, neko, jsGet informations about the call stack.
static function callStack() : Array<StackItem>Return the call stack elements.
static function exceptionStack() : Array<StackItem>Return the exception stack : this is the stack elements between the place the last exception was thrown and the place it was catched.
static function toString( stack : Array<StackItem> ) : StringReturns a representation of the stack as a printable string.
version #698, modified 2008-05-02 19:17:55 by api
0 comment