Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
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
 
VALUE__bp__
 

Detailed Description

Definition at line 769 of file vm_core.h.

Field Documentation

◆ __bp__

VALUE* rb_control_frame_struct::__bp__

Definition at line 776 of file vm_core.h.

◆ block_code

const void* rb_control_frame_struct::block_code

Definition at line 775 of file vm_core.h.

Referenced by rb_execution_context_mark(), and rb_execution_context_update().

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