Stack
class haxe.StackAvailable in flash, flash9, neko, js, php, cppGet information 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 of elements between the place the last exception was thrown and the place it was caught.
static function toString( stack : Array<StackItem> ) : StringReturns a representation of the stack as a printable string.
version #8161, modified 2010-02-27 21:44:56 by Abscissa