Ruby  2.1.10p492(2016-04-01revision54464)
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 713 of file vm_core.h.

Field Documentation

◆ block

rb_block_t rb_env_t::block

Definition at line 718 of file vm_core.h.

◆ env

VALUE* rb_env_t::env

Definition at line 714 of file vm_core.h.

Referenced by vm_rewrite_ep_in_errinfo().

◆ env_size

int rb_env_t::env_size

Definition at line 715 of file vm_core.h.

◆ local_size

int rb_env_t::local_size

Definition at line 716 of file vm_core.h.

Referenced by vm_rewrite_ep_in_errinfo().

◆ prev_envval

VALUE rb_env_t::prev_envval

Definition at line 717 of file vm_core.h.


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