Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
#include <vm_callinfo.h>
Data Fields | |
const VALUE | flags |
const VALUE | klass |
const struct rb_callable_method_entry_struct *const | cme_ |
const vm_call_handler | call_ |
union { | |
const unsigned int attr_index | |
enum method_missing_reason method_missing_reason | |
VALUE v | |
} | aux_ |
Definition at line 274 of file vm_callinfo.h.
Definition at line 287 of file vm_callinfo.h.
union { ... } rb_callcache::aux_ |
const vm_call_handler rb_callcache::call_ |
Definition at line 284 of file vm_callinfo.h.
const struct rb_callable_method_entry_struct* const rb_callcache::cme_ |
Definition at line 283 of file vm_callinfo.h.
Definition at line 275 of file vm_callinfo.h.
Definition at line 278 of file vm_callinfo.h.
Referenced by rb_check_funcall_basic_kw(), rb_dtrace_setup(), rb_raw_obj_info(), and rb_vm_search_method_slowpath().
enum method_missing_reason rb_callcache::method_missing_reason |
Definition at line 288 of file vm_callinfo.h.
VALUE rb_callcache::v |
Definition at line 289 of file vm_callinfo.h.
Referenced by rb_yield_splat(), and rb_yield_splat_kw().