Ruby 3.2.2p53 (2023-03-30 revision e51014f9c05aa65cbf203442d37fef7c12390015)
Data Fields
rb_env_t Struct Reference

Data Fields

VALUE flags
 
rb_iseq_tiseq
 
const VALUE * ep
 
const VALUE * env
 
unsigned int env_size
 

Detailed Description

Definition at line 1155 of file vm_core.h.

Field Documentation

◆ env

const VALUE * rb_env_t::env

Definition at line 1159 of file vm_core.h.

◆ env_size

unsigned int rb_env_t::env_size

Definition at line 1160 of file vm_core.h.

◆ ep

const VALUE * rb_env_t::ep

Definition at line 1158 of file vm_core.h.

◆ flags

VALUE rb_env_t::flags

Definition at line 1156 of file vm_core.h.

◆ iseq

rb_iseq_t * rb_env_t::iseq

Definition at line 1157 of file vm_core.h.


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