Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
#include <vm_core.h>
Data Fields | |
VALUE | tag |
VALUE | retval |
rb_jmpbuf_t | buf |
struct rb_vm_tag * | prev |
enum ruby_tag_type | state |
unsigned int | lock_rec |
rb_jmpbuf_t rb_vm_tag::buf |
struct rb_vm_tag* rb_vm_tag::prev |
Definition at line 812 of file vm_core.h.
Referenced by rb_exec_event_hooks(), and rb_throw_obj().
VALUE rb_vm_tag::retval |
Definition at line 810 of file vm_core.h.
Referenced by rb_throw_obj().
enum ruby_tag_type rb_vm_tag::state |
Definition at line 813 of file vm_core.h.
Referenced by rb_catch_obj().
VALUE rb_vm_tag::tag |
Definition at line 809 of file vm_core.h.
Referenced by rb_catch(), rb_throw(), and rb_throw_obj().