Ruby 3.5.0dev (2025-08-09 revision 60ca525fce71b702ea8e5893c976044170a56d75)
|
Data Fields | ||
const VALUE | flags | |
const VALUE | klass | |
const struct rb_callable_method_entry_struct *const | cme_ | |
const vm_call_handler | call_ | |
union { | ||
struct { | ||
uint64_t value | ||
} attr | ||
enum method_missing_reason method_missing_reason | ||
VALUE v | ||
const struct rb_builtin_function * bf | ||
} | aux_ | |
Definition at line 278 of file vm_callinfo.h.
const struct rb_builtin_function* rb_callcache::bf |
Definition at line 294 of file vm_callinfo.h.
const vm_call_handler rb_callcache::call_ |
Definition at line 286 of file vm_callinfo.h.
const struct rb_callable_method_entry_struct* const rb_callcache::cme_ |
Definition at line 285 of file vm_callinfo.h.
const VALUE rb_callcache::flags |
Definition at line 279 of file vm_callinfo.h.
const VALUE rb_callcache::klass |
Definition at line 282 of file vm_callinfo.h.
enum method_missing_reason rb_callcache::method_missing_reason |
Definition at line 292 of file vm_callinfo.h.
VALUE rb_callcache::v |
Definition at line 293 of file vm_callinfo.h.
uint64_t rb_callcache::value |
Definition at line 290 of file vm_callinfo.h.