Ruby
2.4.2p198(2017-09-14revision59899)
|
#include <vm_core.h>
Data Fields | |
VALUE | tag |
VALUE | retval |
rb_jmpbuf_t | buf |
struct rb_vm_tag * | prev |
rb_jmpbuf_t rb_vm_tag::buf |
Definition at line 665 of file vm_core.h.
Referenced by rb_threadptr_tag_jump().
struct rb_vm_tag* rb_vm_tag::prev |
Definition at line 666 of file vm_core.h.
Referenced by rb_threadptr_exec_event_hooks_orig(), and rb_throw_obj().
VALUE rb_vm_tag::retval |
Definition at line 664 of file vm_core.h.
Referenced by rb_throw_obj(), and vm_catch_protect().
VALUE rb_vm_tag::tag |
Definition at line 663 of file vm_core.h.
Referenced by cont_restore_thread(), rb_f_catch(), rb_throw_obj(), and vm_catch_protect().