Ruby 4.1.0dev (2026-03-01 revision d68e4be1873e364c5ee24ed112bce4bc86e3a406)
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 
 

Detailed Description

Definition at line 886 of file vm_core.h.

Field Documentation

◆ ep

const VALUE* rb_captured_block::ep

Definition at line 888 of file vm_core.h.

◆ ifunc

const struct vm_ifunc* rb_captured_block::ifunc

Definition at line 891 of file vm_core.h.

◆ iseq

const rb_iseq_t* rb_captured_block::iseq

Definition at line 890 of file vm_core.h.

◆ self

VALUE rb_captured_block::self

Definition at line 887 of file vm_core.h.

◆ val

VALUE rb_captured_block::val

Definition at line 892 of file vm_core.h.


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