Ruby  2.4.2p198(2017-09-14revision59899)
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 598 of file vm_core.h.

Field Documentation

◆ code

union { ... } rb_captured_block::code

◆ ep

const VALUE* rb_captured_block::ep

◆ ifunc

const struct vm_ifunc* rb_captured_block::ifunc

◆ iseq

const rb_iseq_t* rb_captured_block::iseq

◆ self

VALUE rb_captured_block::self

◆ val

VALUE rb_captured_block::val

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