Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
Data Fields
rb_captured_block Struct Reference

#include <rb_mjit_min_header-2.7.7.h>

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 9866 of file rb_mjit_min_header-2.7.7.h.

Field Documentation

◆  [1/2]

union { ... } rb_captured_block::code

◆  [2/2]

union { ... } rb_captured_block::code

◆ ep

const VALUE * rb_captured_block::ep

Definition at line 9868 of file rb_mjit_min_header-2.7.7.h.

Referenced by rb_vm_block_ep_update().

◆ ifunc

const struct vm_ifunc* rb_captured_block::ifunc

Definition at line 9871 of file rb_mjit_min_header-2.7.7.h.

◆ iseq

const rb_iseq_t* rb_captured_block::iseq

Definition at line 9870 of file rb_mjit_min_header-2.7.7.h.

◆ self

VALUE rb_captured_block::self

Definition at line 9867 of file rb_mjit_min_header-2.7.7.h.

◆ val

VALUE rb_captured_block::val

Definition at line 9872 of file rb_mjit_min_header-2.7.7.h.


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