Ruby  2.0.0p648(2015-12-16revision53162)
Data Fields
rb_control_frame_struct Struct Reference

#include <vm_core.h>

Data Fields

VALUEpc
 
VALUEsp
 
rb_iseq_tiseq
 
VALUE flag
 
VALUE self
 
VALUE klass
 
VALUEep
 
rb_iseq_tblock_iseq
 
VALUE proc
 
const rb_method_entry_tme
 

Detailed Description

Definition at line 425 of file vm_core.h.

Field Documentation

◆ block_iseq

rb_iseq_t* rb_control_frame_struct::block_iseq

Definition at line 433 of file vm_core.h.

Referenced by control_frame_dump(), and fiber_init().

◆ ep

VALUE* rb_control_frame_struct::ep

◆ flag

VALUE rb_control_frame_struct::flag

Definition at line 429 of file vm_core.h.

Referenced by fiber_init(), vm_call0_body(), and vm_get_ruby_level_caller_cfp().

◆ iseq

rb_iseq_t* rb_control_frame_struct::iseq

◆ klass

VALUE rb_control_frame_struct::klass

◆ me

const rb_method_entry_t* rb_control_frame_struct::me

◆ pc

VALUE* rb_control_frame_struct::pc

◆ proc

VALUE rb_control_frame_struct::proc

Definition at line 434 of file vm_core.h.

Referenced by fiber_init(), and rb_thread_mark().

◆ 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: