Frame:
Filter:
Classes | Core > Kernel

Frame : Object

Stack Frame
Source: Kernel.sc

Description

Frames are used to contain the arguments, variables and other information for active Functions.

There are no instance variables or methods.

Since Frames are often created on the stack, it is too dangerous to allow access to them. Dangling pointers could result.

Frame instances are inaccessible to the user.

For error handling routines, the relevant information from a Frame can be transferred into a DebugFrame object which can safely be inspected.

Class Methods

Inherited class methods

Instance Methods

Inherited instance methods

Undocumented instance methods

.archiveAsCompileString

.checkCanArchive

.inspectorClass

.shallowCopy