Ruby 3.3.6p108 (2024-11-05 revision 75015d4c1f6965b5e85e96fb309f1f2129f933c0)
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 1237 of file vm_core.h.

Field Documentation

◆ env

const VALUE* rb_env_t::env

Definition at line 1241 of file vm_core.h.

◆ env_size

unsigned int rb_env_t::env_size

Definition at line 1242 of file vm_core.h.

◆ ep

const VALUE* rb_env_t::ep

Definition at line 1240 of file vm_core.h.

◆ flags

VALUE rb_env_t::flags

Definition at line 1238 of file vm_core.h.

◆ iseq

rb_iseq_t* rb_env_t::iseq

Definition at line 1239 of file vm_core.h.


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