Ruby 4.1.0dev (2026-09-26 revision 227006291d35b2255b3f7a888d75102c129b0472)
Data Fields
rb_env_t Struct Reference

Data Fields

VALUE flags
 
rb_iseq_t * iseq
 
const VALUE * ep
 
const VALUE * env
 
unsigned int env_size
 

Detailed Description

Definition at line 1402 of file vm_core.h.

Field Documentation

◆ env

const VALUE* rb_env_t::env

Definition at line 1406 of file vm_core.h.

◆ env_size

unsigned int rb_env_t::env_size

Definition at line 1407 of file vm_core.h.

◆ ep

const VALUE* rb_env_t::ep

Definition at line 1405 of file vm_core.h.

◆ flags

VALUE rb_env_t::flags

Definition at line 1403 of file vm_core.h.

◆ iseq

rb_iseq_t* rb_env_t::iseq

Definition at line 1404 of file vm_core.h.


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