Ruby 3.2.1p31 (2023-02-08 revision 31819e82c88c6f8ecfaeb162519bfa26a14b21fd)
Data Fields
rb_vm_tag Struct Reference

Data Fields

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

Detailed Description

Definition at line 864 of file vm_core.h.

Field Documentation

◆ buf

rb_jmpbuf_t rb_vm_tag::buf

Definition at line 867 of file vm_core.h.

◆ lock_rec

unsigned int rb_vm_tag::lock_rec

Definition at line 870 of file vm_core.h.

◆ prev

struct rb_vm_tag * rb_vm_tag::prev

Definition at line 868 of file vm_core.h.

◆ retval

VALUE rb_vm_tag::retval

Definition at line 866 of file vm_core.h.

◆ state

enum ruby_tag_type rb_vm_tag::state

Definition at line 869 of file vm_core.h.

◆ tag

VALUE rb_vm_tag::tag

Definition at line 865 of file vm_core.h.


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