Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
IFUNC (Internal FUNCtion) More...
#include <internal.h>
Data Fields | |
VALUE | flags |
VALUE | reserved |
rb_block_call_func_t | func |
const void * | data |
struct vm_ifunc_argc | argc |
IFUNC (Internal FUNCtion)
Definition at line 1215 of file internal.h.
struct vm_ifunc_argc vm_ifunc::argc |
Definition at line 1219 of file internal.h.
Referenced by rb_vm_ifunc_new().
Definition at line 1219 of file internal.h.
VALUE vm_ifunc::flags |
Definition at line 1216 of file internal.h.
rb_block_call_func_t vm_ifunc::func |
Definition at line 1218 of file internal.h.
Referenced by rb_func_lambda_new().
VALUE vm_ifunc::reserved |
Definition at line 1217 of file internal.h.