Ruby 3.2.4p170 (2024-04-23 revision af471c0e0127eea0cafa6f308c0425bbfab0acf5)
Data Fields
rb_control_frame_struct Struct Reference

Data Fields

const VALUEpc
 
VALUEsp
 
const rb_iseq_tiseq
 
VALUE self
 
const VALUEep
 
const void * block_code
 
VALUE__bp__
 
void * jit_return
 

Detailed Description

Definition at line 818 of file vm_core.h.

Field Documentation

◆ __bp__

VALUE* rb_control_frame_struct::__bp__

Definition at line 825 of file vm_core.h.

◆ block_code

const void* rb_control_frame_struct::block_code

Definition at line 824 of file vm_core.h.

◆ ep

const VALUE* rb_control_frame_struct::ep

Definition at line 823 of file vm_core.h.

◆ iseq

const rb_iseq_t* rb_control_frame_struct::iseq

Definition at line 821 of file vm_core.h.

◆ jit_return

void* rb_control_frame_struct::jit_return

Definition at line 831 of file vm_core.h.

◆ pc

const VALUE* rb_control_frame_struct::pc

Definition at line 819 of file vm_core.h.

◆ self

VALUE rb_control_frame_struct::self

Definition at line 822 of file vm_core.h.

◆ sp

VALUE* rb_control_frame_struct::sp

Definition at line 820 of file vm_core.h.


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