Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
#include <vm_core.h>
Data Fields | |
VALUE | flags |
VALUE | reserved |
void(* | func )(rb_iseq_t *, struct iseq_link_anchor *, const void *) |
const void * | data |
const void* rb_iseq_new_with_callback_callback_func::data |
Definition at line 1059 of file vm_core.h.
Referenced by rb_iseq_compile_callback().
void(* rb_iseq_new_with_callback_callback_func::func) (rb_iseq_t *, struct iseq_link_anchor *, const void *) |
Definition at line 1058 of file vm_core.h.
Referenced by rb_iseq_compile_callback().