Ruby  2.0.0p594(2014-10-27revision48167)
Data Fields
rb_env_t Struct Reference

#include <vm_core.h>

Data Fields

VALUEenv
 
int env_size
 
int local_size
 
VALUE prev_envval
 
rb_block_t block
 

Detailed Description

Definition at line 681 of file vm_core.h.

Field Documentation

rb_block_t rb_env_t::block
VALUE* rb_env_t::env
int rb_env_t::env_size

Definition at line 683 of file vm_core.h.

Referenced by env_mark(), env_memsize(), rb_vmdebug_env_dump_raw(), and vm_make_env_each().

int rb_env_t::local_size

Definition at line 684 of file vm_core.h.

Referenced by rb_vmdebug_env_dump_raw(), vm_make_env_each(), and vm_rewrite_ep_in_errinfo().

VALUE rb_env_t::prev_envval

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