Frame

constructor(outerFrame: Frame?, code: A_RawFunction, debugName: String)

Construct a new Frame representing a call within the given frame.

Parameters

outerFrame

The frame that was active at the point where an invocation of this frame occurred, or null if this is the outermost frame.

code

The actual A_RawFunction that has the L1 code for this frame.

debugName

What to name this frame.