Ruby  2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
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: