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 7582 of file rb_mjit_min_header-3.1.3.h.
const VALUE * rb_captured_block::ep |
Definition at line 7584 of file rb_mjit_min_header-3.1.3.h.
const struct vm_ifunc* rb_captured_block::ifunc |
Definition at line 7587 of file rb_mjit_min_header-3.1.3.h.
const rb_iseq_t* rb_captured_block::iseq |
Definition at line 7586 of file rb_mjit_min_header-3.1.3.h.
VALUE rb_captured_block::self |
Definition at line 7583 of file rb_mjit_min_header-3.1.3.h.
VALUE rb_captured_block::val |
Definition at line 7588 of file rb_mjit_min_header-3.1.3.h.