Ruby  2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
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 voidblock_code
 
VALUE__bp__
 

Detailed Description

Definition at line 760 of file vm_core.h.

Field Documentation

◆ __bp__

VALUE * rb_control_frame_struct::__bp__

Definition at line 767 of file vm_core.h.

◆ block_code

const void * rb_control_frame_struct::block_code

Definition at line 766 of file vm_core.h.

Referenced by 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

Definition at line 761 of file vm_core.h.

◆ self

VALUE rb_control_frame_struct::self

◆ sp

VALUE * rb_control_frame_struct::sp

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