Ruby  2.4.2p198(2017-09-14revision59899)
Data Fields
rb_env_t Struct Reference

#include <vm_core.h>

Data Fields

VALUE flags
 
const rb_iseq_tiseq
 
const VALUEep
 
const VALUEenv
 
unsigned int env_size
 

Detailed Description

Definition at line 873 of file vm_core.h.

Field Documentation

◆ env

const VALUE* rb_env_t::env

◆ env_size

unsigned int rb_env_t::env_size

Definition at line 878 of file vm_core.h.

Referenced by env_clone(), gc_mark_imemo(), rb_vmdebug_env_dump_raw(), and vm_env_new().

◆ ep

const VALUE* rb_env_t::ep

◆ flags

VALUE rb_env_t::flags

Definition at line 874 of file vm_core.h.

◆ iseq

const rb_iseq_t* rb_env_t::iseq

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