This interface is internally used to manage coroutine call stacks. Only meaningful in -debug mode.

Methods

callerFrame():Null<IStackFrame>

Returns the frame of the caller, or null if there isn't any.

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.