Ruby  2.0.0p598(2014-11-13revision48408)
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

rb_iseq_t* rb_control_frame_struct::block_iseq

Definition at line 433 of file vm_core.h.

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

VALUE* rb_control_frame_struct::ep
VALUE rb_control_frame_struct::flag

Definition at line 429 of file vm_core.h.

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

rb_iseq_t* rb_control_frame_struct::iseq
VALUE rb_control_frame_struct::klass
const rb_method_entry_t* rb_control_frame_struct::me
VALUE* rb_control_frame_struct::pc
VALUE rb_control_frame_struct::proc

Definition at line 434 of file vm_core.h.

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

VALUE rb_control_frame_struct::self
VALUE* rb_control_frame_struct::sp

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