Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
IFUNC (Internal FUNCtion) More...
#include <imemo.h>
Data Fields | |
VALUE | flags |
VALUE | reserved |
rb_block_call_func_t | func |
const void * | data |
struct vm_ifunc_argc | argc |
struct vm_ifunc_argc vm_ifunc::argc |
Definition at line 90 of file imemo.h.
Referenced by rb_vm_ifunc_new().
const void* vm_ifunc::data |
Definition at line 89 of file imemo.h.
Referenced by rb_proc_get_iseq().
rb_block_call_func_t vm_ifunc::func |
Definition at line 88 of file imemo.h.
Referenced by rb_func_lambda_new(), and rb_func_proc_new().