Ruby  2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
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
 
union {
   const rb_iseq_t *   iseq
 
   const struct vm_ifunc *   ifunc
 
   VALUE   val
 
code
 

Detailed Description

Definition at line 727 of file vm_core.h.

Field Documentation

◆ code [1/2]

union { ... } rb_captured_block::code

◆ code [2/2]

union { ... } rb_captured_block::code

◆ ep

const VALUE * rb_captured_block::ep

Definition at line 729 of file vm_core.h.

Referenced by rb_vm_block_ep_update().

◆ ifunc

const struct vm_ifunc* rb_captured_block::ifunc

Definition at line 732 of file vm_core.h.

◆ iseq

const rb_iseq_t* rb_captured_block::iseq

Definition at line 731 of file vm_core.h.

◆ self

VALUE rb_captured_block::self

Definition at line 728 of file vm_core.h.

◆ val

VALUE rb_captured_block::val

Definition at line 733 of file vm_core.h.


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