View source
interface IStackFrame
package haxe.coro
extended by BaseContinuation
Available on all platforms
This interface is internally used to manage coroutine call stacks. Only meaningful in -debug mode.
Methods
getStackItem():Null<StackItem>
Returns the current StackItem, which is generally the location this frame was
called from. Can be null if no such information exists.