Ruby 3.4.1p0 (2024-12-25 revision 48d4efcb85000e1ebae42004e963b5d0cedddcf2)
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 1281 of file vm_core.h.

Field Documentation

◆ env

const VALUE* rb_env_t::env

Definition at line 1285 of file vm_core.h.

◆ env_size

unsigned int rb_env_t::env_size

Definition at line 1286 of file vm_core.h.

◆ ep

const VALUE* rb_env_t::ep

Definition at line 1284 of file vm_core.h.

◆ flags

VALUE rb_env_t::flags

Definition at line 1282 of file vm_core.h.

◆ iseq

rb_iseq_t* rb_env_t::iseq

Definition at line 1283 of file vm_core.h.


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