Ruby 3.2.5p208 (2024-07-26 revision 31d0f1a2e7dbfb60731d1f05b868e1d578cda493)
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 1150 of file vm_core.h.

Field Documentation

◆ env

const VALUE* rb_env_t::env

Definition at line 1154 of file vm_core.h.

◆ env_size

unsigned int rb_env_t::env_size

Definition at line 1155 of file vm_core.h.

◆ ep

const VALUE* rb_env_t::ep

Definition at line 1153 of file vm_core.h.

◆ flags

VALUE rb_env_t::flags

Definition at line 1151 of file vm_core.h.

◆ iseq

rb_iseq_t* rb_env_t::iseq

Definition at line 1152 of file vm_core.h.


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