Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
|
#include <rb_mjit_min_header-2.7.7.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 |
Definition at line 9887 of file rb_mjit_min_header-2.7.7.h.
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 9889 of file rb_mjit_min_header-2.7.7.h.
Referenced by rb_vm_block_ep_update().
VALUE rb_block::proc |
Definition at line 9891 of file rb_mjit_min_header-2.7.7.h.
Referenced by rb_proc_get_iseq().
VALUE rb_block::symbol |
Definition at line 9890 of file rb_mjit_min_header-2.7.7.h.
enum rb_block_type rb_block::type |
Definition at line 9893 of file rb_mjit_min_header-2.7.7.h.