Ruby 3.5.0dev (2025-07-18 revision bd50545f3cc14790f5fe9530690a3ad67afe6f92)
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 874 of file vm_core.h.

Field Documentation

◆ ep

const VALUE* rb_captured_block::ep

Definition at line 876 of file vm_core.h.

◆ ifunc

const struct vm_ifunc* rb_captured_block::ifunc

Definition at line 879 of file vm_core.h.

◆ iseq

const rb_iseq_t* rb_captured_block::iseq

Definition at line 878 of file vm_core.h.

◆ self

VALUE rb_captured_block::self

Definition at line 875 of file vm_core.h.

◆ val

VALUE rb_captured_block::val

Definition at line 880 of file vm_core.h.


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