Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
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
 
enum ruby_tag_type state
 
unsigned int lock_rec
 

Detailed Description

Definition at line 808 of file vm_core.h.

Field Documentation

◆ buf

rb_jmpbuf_t rb_vm_tag::buf

Definition at line 811 of file vm_core.h.

◆ lock_rec

unsigned int rb_vm_tag::lock_rec

Definition at line 814 of file vm_core.h.

◆ prev

struct rb_vm_tag* rb_vm_tag::prev

Definition at line 812 of file vm_core.h.

Referenced by rb_exec_event_hooks(), and rb_throw_obj().

◆ retval

VALUE rb_vm_tag::retval

Definition at line 810 of file vm_core.h.

Referenced by rb_throw_obj().

◆ state

enum ruby_tag_type rb_vm_tag::state

Definition at line 813 of file vm_core.h.

Referenced by rb_catch_obj().

◆ tag

VALUE rb_vm_tag::tag

Definition at line 809 of file vm_core.h.

Referenced by rb_catch(), rb_throw(), and rb_throw_obj().


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