Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
Data Fields
rb_vm_tag Struct Reference

#include <rb_mjit_min_header-2.7.6.h>

Data Fields

VALUE tag
 
VALUE retval
 
rb_jmpbuf_t buf
 
struct rb_vm_tagprev
 
enum ruby_tag_type state
 

Detailed Description

Definition at line 9917 of file rb_mjit_min_header-2.7.6.h.

Field Documentation

◆ buf

rb_jmpbuf_t rb_vm_tag::buf

Definition at line 9920 of file rb_mjit_min_header-2.7.6.h.

◆ prev

struct rb_vm_tag * rb_vm_tag::prev

Definition at line 9921 of file rb_mjit_min_header-2.7.6.h.

Referenced by rb_throw_obj().

◆ retval

VALUE rb_vm_tag::retval

Definition at line 9919 of file rb_mjit_min_header-2.7.6.h.

Referenced by rb_throw_obj().

◆ state

enum ruby_tag_type rb_vm_tag::state

Definition at line 9922 of file rb_mjit_min_header-2.7.6.h.

Referenced by rb_catch_obj().

◆ tag

VALUE rb_vm_tag::tag

Definition at line 9918 of file rb_mjit_min_header-2.7.6.h.

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


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