haXe API Documentation
Back |
Indexclass haxe.Stack
Available in flash, neko, js, flash9, php, cpp
Get 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>) : String
-
Returns a representation of the stack as a printable string.
Back |
Index