Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
Data Fields
rb_captured_block Struct Reference

Data Fields

VALUE self
 
const VALUEep
 
union {
   const rb_iseq_t *   iseq
 
   const struct vm_ifunc *   ifunc
 
   VALUE   val
 
code
 
union {
   const rb_iseq_t *   iseq
 
   const struct vm_ifunc *   ifunc
 
   VALUE   val
 
code
 

Detailed Description

Definition at line 7582 of file rb_mjit_min_header-3.1.3.h.

Field Documentation

◆ ep

const VALUE * rb_captured_block::ep

Definition at line 7584 of file rb_mjit_min_header-3.1.3.h.

◆ ifunc

const struct vm_ifunc* rb_captured_block::ifunc

Definition at line 7587 of file rb_mjit_min_header-3.1.3.h.

◆ iseq

const rb_iseq_t* rb_captured_block::iseq

Definition at line 7586 of file rb_mjit_min_header-3.1.3.h.

◆ self

VALUE rb_captured_block::self

Definition at line 7583 of file rb_mjit_min_header-3.1.3.h.

◆ val

VALUE rb_captured_block::val

Definition at line 7588 of file rb_mjit_min_header-3.1.3.h.


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