componentStack[0]
being the bottom of the stack).
componentStack[topOfComponentStack]
as
the top of the stack, not componentStack[-1]
, since if an
exception has occurred, componentStack[-1]
will point to the
stack frame where the exception occurred, and in the case where the
exception was handled, the stack may not have been cleaned up yet
Attributes of the ComponentStackFrame
AE.Executables
).