Ruby  2.5.0dev(2017-10-22revision60238)
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 917 of file vm_core.h.

Field Documentation

◆ env

const VALUE* rb_env_t::env

Definition at line 921 of file vm_core.h.

Referenced by rb_vmdebug_env_dump_raw().

◆ env_size

unsigned int rb_env_t::env_size

Definition at line 922 of file vm_core.h.

Referenced by rb_vmdebug_env_dump_raw().

◆ ep

const VALUE* rb_env_t::ep

Definition at line 920 of file vm_core.h.

Referenced by rb_vm_env_prev_env().

◆ flags

VALUE rb_env_t::flags

Definition at line 918 of file vm_core.h.

◆ iseq

const rb_iseq_t* rb_env_t::iseq

Definition at line 919 of file vm_core.h.


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