Ruby  2.5.0dev(2017-10-22revision60238)
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 629 of file vm_core.h.

Field Documentation

◆ code

union { ... } rb_captured_block::code

◆ ep

const VALUE* rb_captured_block::ep

Definition at line 631 of file vm_core.h.

Referenced by rb_proc_create_from_captured(), and rb_vm_block_ep_update().

◆ ifunc

const struct vm_ifunc* rb_captured_block::ifunc

Definition at line 634 of file vm_core.h.

◆ iseq

const rb_iseq_t* rb_captured_block::iseq

Definition at line 633 of file vm_core.h.

◆ self

VALUE rb_captured_block::self

Definition at line 630 of file vm_core.h.

Referenced by rb_proc_create_from_captured().

◆ val

VALUE rb_captured_block::val

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