Ruby 4.0.5p0 (2026-05-20 revision 64336ffd0ee9e1f4c05891695a3d7b49cb709721)
rb_vm_tag Struct Reference

Data Fields

VALUE tag
VALUE retval
rb_vm_tag_jmpbuf_t buf
struct rb_vm_tagprev
enum ruby_tag_type state
unsigned int lock_rec

Detailed Description

Definition at line 1004 of file vm_core.h.

Field Documentation

◆ buf

rb_vm_tag_jmpbuf_t rb_vm_tag::buf

Definition at line 1007 of file vm_core.h.

◆ lock_rec

unsigned int rb_vm_tag::lock_rec

Definition at line 1010 of file vm_core.h.

◆ prev

struct rb_vm_tag* rb_vm_tag::prev

Definition at line 1008 of file vm_core.h.

◆ retval

VALUE rb_vm_tag::retval

Definition at line 1006 of file vm_core.h.

◆ state

enum ruby_tag_type rb_vm_tag::state

Definition at line 1009 of file vm_core.h.

◆ tag

VALUE rb_vm_tag::tag

Definition at line 1005 of file vm_core.h.


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