Ruby
2.7.0p0(2019-12-25revision647ee6f091eafcce70ffb75ddf7e121e192ab217)
|
#include <vm_core.h>
Data Fields | |
union { | |
struct rb_captured_block captured | |
VALUE symbol | |
VALUE proc | |
} | as |
enum rb_block_type | type |
union { | |
struct rb_captured_block captured | |
VALUE symbol | |
VALUE proc | |
} | as |
union { ... } rb_block::as |
Referenced by rb_vm_block_ep_update().
union { ... } rb_block::as |
struct rb_captured_block rb_block::captured |
Definition at line 753 of file vm_core.h.
Referenced by rb_vm_block_ep_update().
VALUE rb_block::proc |
Definition at line 755 of file vm_core.h.
Referenced by rb_proc_get_iseq().
enum rb_block_type rb_block::type |