CallStack

CallStack

package haxe

Available on all platforms

Get informations about the call stack.

Static variables

static wrapCallSite:Dynamic ‑> Dynamic

Available on js

Static methods

static callStack ():Array<StackItem>

Return the call stack elements, or an empty array if not available.

static 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 caught, or an empty array if not available.

static toString (stack:Array<StackItem>):String

Returns a representation of the stack as a printable string.

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/haxe/CallStack.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部