Ruby  1.9.3p484(2013-11-22revision43786)
Data Fields
rb_control_frame_t Struct Reference

#include <vm_core.h>

Data Fields

VALUEpc
 
VALUEsp
 
VALUEbp
 
rb_iseq_tiseq
 
VALUE flag
 
VALUE self
 
VALUElfp
 
VALUEdfp
 
rb_iseq_tblock_iseq
 
VALUE proc
 
const rb_method_entry_tme
 

Detailed Description

Definition at line 332 of file vm_core.h.

Field Documentation

rb_iseq_t* rb_control_frame_t::block_iseq

Definition at line 341 of file vm_core.h.

Referenced by control_frame_dump(), fiber_init(), and vm_push_frame().

VALUE* rb_control_frame_t::bp
VALUE* rb_control_frame_t::dfp
VALUE rb_control_frame_t::flag

Definition at line 337 of file vm_core.h.

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

rb_iseq_t* rb_control_frame_t::iseq
VALUE* rb_control_frame_t::lfp
const rb_method_entry_t* rb_control_frame_t::me
VALUE* rb_control_frame_t::pc
VALUE rb_control_frame_t::proc

Definition at line 342 of file vm_core.h.

Referenced by fiber_init(), rb_thread_mark(), and vm_push_frame().

VALUE rb_control_frame_t::self
VALUE* rb_control_frame_t::sp

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