Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
rb_captured_block Struct Reference

#include <vm_core.h>

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 736 of file vm_core.h.

Field Documentation

◆ 

union { ... } rb_captured_block::code

◆ ep

const VALUE* rb_captured_block::ep

◆ ifunc

const struct vm_ifunc* rb_captured_block::ifunc

Definition at line 741 of file vm_core.h.

Referenced by rb_block_to_s(), and rb_proc_get_iseq().

◆ iseq

const rb_iseq_t* rb_captured_block::iseq

◆ self

VALUE rb_captured_block::self

◆ val

VALUE rb_captured_block::val

Definition at line 742 of file vm_core.h.

Referenced by rb_vm_block_copy(), and rb_vm_make_proc_lambda().


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