Ruby 4.1.0dev (2026-08-15 revision d1c079751b80352d347452c8d134ffb177838adb)
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 1418 of file vm_core.h.

Field Documentation

◆ env

const VALUE* rb_env_t::env

Definition at line 1422 of file vm_core.h.

◆ env_size

unsigned int rb_env_t::env_size

Definition at line 1423 of file vm_core.h.

◆ ep

const VALUE* rb_env_t::ep

Definition at line 1421 of file vm_core.h.

◆ flags

VALUE rb_env_t::flags

Definition at line 1419 of file vm_core.h.

◆ iseq

rb_iseq_t* rb_env_t::iseq

Definition at line 1420 of file vm_core.h.


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