Ruby  2.0.0p648(2015-12-16revision53162)
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

◆ block

rb_block_t rb_env_t::block

Definition at line 686 of file vm_core.h.

◆ env

VALUE* rb_env_t::env

Definition at line 682 of file vm_core.h.

Referenced by vm_rewrite_ep_in_errinfo().

◆ env_size

int rb_env_t::env_size

Definition at line 683 of file vm_core.h.

◆ local_size

int rb_env_t::local_size

Definition at line 684 of file vm_core.h.

Referenced by vm_rewrite_ep_in_errinfo().

◆ prev_envval

VALUE rb_env_t::prev_envval

Definition at line 685 of file vm_core.h.


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