haXe API Documentation
Back | Index
class haxe.CallStack
Available in flash8, neko, js, flash, php, cpp
Get informations about the call stack.
static function callStack() : Array<StackItem>
Return the call stack elements, or an empty array if not available.
static function exceptionStack() : Array<StackItem>
static function toString(stack : Array<StackItem>) : String
Back | Index