Ruby
2.4.2p198(2017-09-14revision59899)
|
#include <vm_core.h>
Data Fields | |
VALUE | flags |
const rb_iseq_t * | iseq |
const VALUE * | ep |
const VALUE * | env |
unsigned int | env_size |
Definition at line 877 of file vm_core.h.
Referenced by env_clone(), gc_mark_imemo(), get_local_variable_ptr(), rb_binding_add_dynavars(), and rb_vmdebug_env_dump_raw().
unsigned int rb_env_t::env_size |
Definition at line 878 of file vm_core.h.
Referenced by env_clone(), gc_mark_imemo(), rb_vmdebug_env_dump_raw(), and vm_env_new().
Definition at line 876 of file vm_core.h.
Referenced by check_env(), env_clone(), gc_mark_imemo(), get_local_variable_ptr(), proc_binding(), rb_vm_env_prev_env(), rb_vm_frame_block_handler(), and vm_bind_update_env().
Definition at line 875 of file vm_core.h.
Referenced by collect_local_variables_in_env(), env_clone(), gc_mark_imemo(), get_local_variable_ptr(), proc_binding(), and vm_bind_update_env().