Ruby 3.5.0dev (2025-04-03 revision 29dafa5fc21343803127dda7d608f1f1f7908e7b)
Data Fields
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 980 of file vm_core.h.

Field Documentation

◆ buf

rb_vm_tag_jmpbuf_t rb_vm_tag::buf

Definition at line 983 of file vm_core.h.

◆ lock_rec

unsigned int rb_vm_tag::lock_rec

Definition at line 986 of file vm_core.h.

◆ prev

struct rb_vm_tag* rb_vm_tag::prev

Definition at line 984 of file vm_core.h.

◆ retval

VALUE rb_vm_tag::retval

Definition at line 982 of file vm_core.h.

◆ state

enum ruby_tag_type rb_vm_tag::state

Definition at line 985 of file vm_core.h.

◆ tag

VALUE rb_vm_tag::tag

Definition at line 981 of file vm_core.h.


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