Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
|
Data Fields | |
VALUE | self |
const VALUE * | ep |
union { | |
const rb_iseq_t * iseq | |
const struct vm_ifunc * ifunc | |
VALUE val | |
} | code |
union { | |
const rb_iseq_t * iseq | |
const struct vm_ifunc * ifunc | |
VALUE val | |
} | code |
Definition at line 7607 of file rb_mjit_min_header-3.1.3.h.
const VALUE * rb_captured_block::ep |
Definition at line 7609 of file rb_mjit_min_header-3.1.3.h.
const struct vm_ifunc* rb_captured_block::ifunc |
Definition at line 7612 of file rb_mjit_min_header-3.1.3.h.
const rb_iseq_t* rb_captured_block::iseq |
Definition at line 7611 of file rb_mjit_min_header-3.1.3.h.
VALUE rb_captured_block::self |
Definition at line 7608 of file rb_mjit_min_header-3.1.3.h.
VALUE rb_captured_block::val |
Definition at line 7613 of file rb_mjit_min_header-3.1.3.h.