Ruby  2.4.2p198(2017-09-14revision59899)
Data Fields
rb_control_frame_struct Struct Reference

#include <vm_core.h>

Data Fields

const VALUEpc
 
VALUEsp
 
const rb_iseq_tiseq
 
VALUE self
 
const VALUEep
 
const void * block_code
 

Detailed Description

Definition at line 631 of file vm_core.h.

Field Documentation

◆ block_code

const void* rb_control_frame_struct::block_code

Definition at line 637 of file vm_core.h.

Referenced by rb_thread_mark(), and vm_push_frame().

◆ ep

const VALUE* rb_control_frame_struct::ep

◆ iseq

const rb_iseq_t* rb_control_frame_struct::iseq

◆ pc

const VALUE* rb_control_frame_struct::pc

◆ self

VALUE rb_control_frame_struct::self

◆ sp

VALUE* rb_control_frame_struct::sp

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