Ruby 3.5.0dev (2025-05-16 revision 6b10d40157b5287cd13169437800343165eae949)
Data Fields
rb_env_t Struct Reference

Data Fields

VALUE flags
 
rb_iseq_tiseq
 
const VALUEep
 
const VALUEenv
 
unsigned int env_size
 

Detailed Description

Definition at line 1296 of file vm_core.h.

Field Documentation

◆ env

const VALUE* rb_env_t::env

Definition at line 1300 of file vm_core.h.

◆ env_size

unsigned int rb_env_t::env_size

Definition at line 1301 of file vm_core.h.

◆ ep

const VALUE* rb_env_t::ep

Definition at line 1299 of file vm_core.h.

◆ flags

VALUE rb_env_t::flags

Definition at line 1297 of file vm_core.h.

◆ iseq

rb_iseq_t* rb_env_t::iseq

Definition at line 1298 of file vm_core.h.


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