Ruby 3.2.2p53 (2023-03-30 revision e51014f9c05aa65cbf203442d37fef7c12390015)
Data Fields
rb_control_frame_struct Struct Reference

Data Fields

const VALUE * pc
 
VALUE * sp
 
const rb_iseq_tiseq
 
VALUE self
 
const VALUE * ep
 
const void * block_code
 
VALUE * __bp__
 
void * jit_return
 

Detailed Description

Definition at line 823 of file vm_core.h.

Field Documentation

◆ __bp__

VALUE * rb_control_frame_struct::__bp__

Definition at line 830 of file vm_core.h.

◆ block_code

const void * rb_control_frame_struct::block_code

Definition at line 829 of file vm_core.h.

◆ ep

const VALUE * rb_control_frame_struct::ep

Definition at line 828 of file vm_core.h.

◆ iseq

const rb_iseq_t * rb_control_frame_struct::iseq

Definition at line 826 of file vm_core.h.

◆ jit_return

void * rb_control_frame_struct::jit_return

Definition at line 836 of file vm_core.h.

◆ pc

const VALUE * rb_control_frame_struct::pc

Definition at line 824 of file vm_core.h.

◆ self

VALUE rb_control_frame_struct::self

Definition at line 827 of file vm_core.h.

◆ sp

VALUE * rb_control_frame_struct::sp

Definition at line 825 of file vm_core.h.


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