Ruby 4.0.5p0 (2026-05-20 revision 64336ffd0ee9e1f4c05891695a3d7b49cb709721)
rb_control_frame_struct Struct Reference

Data Fields

const VALUEpc
VALUEsp
const rb_iseq_t * iseq
VALUE self
const VALUEep
const void * block_code
void * jit_return

Detailed Description

Definition at line 911 of file vm_core.h.

Field Documentation

◆ block_code

const void* rb_control_frame_struct::block_code

Definition at line 917 of file vm_core.h.

◆ ep

const VALUE* rb_control_frame_struct::ep

Definition at line 916 of file vm_core.h.

◆ iseq

const rb_iseq_t* rb_control_frame_struct::iseq

Definition at line 914 of file vm_core.h.

◆ jit_return

void* rb_control_frame_struct::jit_return

Definition at line 918 of file vm_core.h.

◆ pc

const VALUE* rb_control_frame_struct::pc

Definition at line 912 of file vm_core.h.

◆ self

VALUE rb_control_frame_struct::self

Definition at line 915 of file vm_core.h.

◆ sp

VALUE* rb_control_frame_struct::sp

Definition at line 913 of file vm_core.h.


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