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

Data Fields

VALUE flags
rb_iseq_t * iseq
const VALUEep
const VALUEenv
unsigned int env_size

Detailed Description

Definition at line 1300 of file vm_core.h.

Field Documentation

◆ env

const VALUE* rb_env_t::env

Definition at line 1304 of file vm_core.h.

◆ env_size

unsigned int rb_env_t::env_size

Definition at line 1305 of file vm_core.h.

◆ ep

const VALUE* rb_env_t::ep

Definition at line 1303 of file vm_core.h.

◆ flags

VALUE rb_env_t::flags

Definition at line 1301 of file vm_core.h.

◆ iseq

rb_iseq_t* rb_env_t::iseq

Definition at line 1302 of file vm_core.h.


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