#include <run_t.h>
Data Fields | |
| run_bailout_mode_t | bo_mode |
| Bailout mode. | |
| bool_t | error |
b_true if a run-time error occured. | |
| cspan * | exc_cspan |
| Exception cspan. | |
| rdata_value * | exc_payload |
| Exception payload. | |
| list_t | proc_ar |
| Function activation records. | |
We can walk the list of function ARs to get a function call backtrace.
Definition at line 92 of file run_t.h.
1.4.7