Ruby 4.1.0dev (2026-09-27 revision f6ff9e7d02e46360f8930b280a3dd921cccbda29)
Data Fields
rb_control_frame_struct Struct Reference

Data Fields

const VALUE * pc
 
VALUE * sp
 
const rb_iseq_t * _iseq
 
VALUE self
 
const VALUE * ep
 
const void * block_code
 
void * jit_return
 

Detailed Description

Definition at line 950 of file vm_core.h.

Field Documentation

◆ _iseq

const rb_iseq_t* rb_control_frame_struct::_iseq

Definition at line 953 of file vm_core.h.

◆ block_code

const void* rb_control_frame_struct::block_code

Definition at line 956 of file vm_core.h.

◆ ep

const VALUE* rb_control_frame_struct::ep

Definition at line 955 of file vm_core.h.

◆ jit_return

void* rb_control_frame_struct::jit_return

Definition at line 957 of file vm_core.h.

◆ pc

const VALUE* rb_control_frame_struct::pc

Definition at line 951 of file vm_core.h.

◆ self

VALUE rb_control_frame_struct::self

Definition at line 954 of file vm_core.h.

◆ sp

VALUE* rb_control_frame_struct::sp

Definition at line 952 of file vm_core.h.


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