Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
rb_env_t Struct Reference

#include <vm_core.h>

Data Fields

VALUE flags
 
rb_iseq_tiseq
 
const VALUEep
 
const VALUEenv
 
unsigned int env_size
 

Detailed Description

Definition at line 1099 of file vm_core.h.

Field Documentation

◆ env

const VALUE* rb_env_t::env

Definition at line 1103 of file vm_core.h.

◆ env_size

unsigned int rb_env_t::env_size

Definition at line 1104 of file vm_core.h.

◆ ep

const VALUE* rb_env_t::ep

Definition at line 1102 of file vm_core.h.

◆ flags

VALUE rb_env_t::flags

Definition at line 1100 of file vm_core.h.

◆ iseq

rb_iseq_t* rb_env_t::iseq

Definition at line 1101 of file vm_core.h.


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