Ruby 3.2.1p31 (2023-02-08 revision 31819e82c88c6f8ecfaeb162519bfa26a14b21fd)
Data Fields
rb_captured_block Struct Reference

Data Fields

VALUE self
 
const VALUE * ep
 
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 790 of file vm_core.h.

Field Documentation

◆ ep

const VALUE * rb_captured_block::ep

Definition at line 792 of file vm_core.h.

◆ ifunc

const struct vm_ifunc* rb_captured_block::ifunc

Definition at line 795 of file vm_core.h.

◆ iseq

const rb_iseq_t* rb_captured_block::iseq

Definition at line 794 of file vm_core.h.

◆ self

VALUE rb_captured_block::self

Definition at line 791 of file vm_core.h.

◆ val

VALUE rb_captured_block::val

Definition at line 796 of file vm_core.h.


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