Ruby 4.0.6p0 (2026-07-14 revision 03b6d3f8898a28604fe6cb00eae3226b821168f4)
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 1301 of file vm_core.h.

Field Documentation

◆ env

const VALUE* rb_env_t::env

Definition at line 1305 of file vm_core.h.

◆ env_size

unsigned int rb_env_t::env_size

Definition at line 1306 of file vm_core.h.

◆ ep

const VALUE* rb_env_t::ep

Definition at line 1304 of file vm_core.h.

◆ flags

VALUE rb_env_t::flags

Definition at line 1302 of file vm_core.h.

◆ iseq

rb_iseq_t* rb_env_t::iseq

Definition at line 1303 of file vm_core.h.


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