Ruby
2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
|
#include <vm_core.h>
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 |
union { ... } rb_captured_block::code |
union { ... } rb_captured_block::code |
Definition at line 729 of file vm_core.h.
Referenced by rb_vm_block_ep_update().