#include <vm_core.h>
Data Fields | |
| struct rb_ensure_list * | next |
| struct rb_ensure_entry | entry |
Definition at line 519 of file vm_core.h.
struct rb_ensure_entry rb_ensure_list::entry [read] |
Definition at line 521 of file vm_core.h.
Referenced by cont_capture(), rb_ensure(), and rollback_ensure_stack().
struct rb_ensure_list* rb_ensure_list::next [read] |
Definition at line 520 of file vm_core.h.
Referenced by cont_capture(), rb_ensure(), and rollback_ensure_stack().
1.6.1