|
Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
#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().