Module call_stack

Source
Expand description

Tracking function call state.

Structs§

CallRecord
Record of an active invocation of a function or instruction definition.
CallStack
Tracker for nested active function or instruction calls.

Constants§

MAX_DEPTH 🔒