Ruby  2.4.2p198(2017-09-14revision59899)
Data Fields
rb_vm_tag Struct Reference

#include <vm_core.h>

Data Fields

VALUE tag
 
VALUE retval
 
rb_jmpbuf_t buf
 
struct rb_vm_tagprev
 

Detailed Description

Definition at line 662 of file vm_core.h.

Field Documentation

◆ buf

rb_jmpbuf_t rb_vm_tag::buf

Definition at line 665 of file vm_core.h.

Referenced by rb_threadptr_tag_jump().

◆ prev

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().

◆ retval

VALUE rb_vm_tag::retval

Definition at line 664 of file vm_core.h.

Referenced by rb_throw_obj(), and vm_catch_protect().

◆ tag

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().


The documentation for this struct was generated from the following file: