StackContext

Undocumented in source.

Members

Variables

bstack
void* bstack;
Undocumented in source.
ehContext
void* ehContext;

Slot for the EH implementation to keep some state for each stack (will be necessary for exception chaining, etc.). Opaque as far as we are concerned here.

next
StackContext* next;
prev
StackContext* prev;
tstack
void* tstack;
Undocumented in source.
within
StackContext* within;
Undocumented in source.

Meta