|
Ruby 3.2.5p208 (2024-07-26 revision 31d0f1a2e7dbfb60731d1f05b868e1d578cda493)
|
Data Fields | ||
| const VALUE | flags | |
| const VALUE | klass | |
| const struct rb_callable_method_entry_struct *const | cme_ | |
| const vm_call_handler | call_ | |
| union { | ||
| struct { | ||
| uintptr_t value | ||
| } attr | ||
| enum method_missing_reason method_missing_reason | ||
| VALUE v | ||
| } | aux_ | |
Definition at line 275 of file vm_callinfo.h.
| const vm_call_handler rb_callcache::call_ |
Definition at line 285 of file vm_callinfo.h.
| const struct rb_callable_method_entry_struct* const rb_callcache::cme_ |
Definition at line 284 of file vm_callinfo.h.
| const VALUE rb_callcache::flags |
Definition at line 276 of file vm_callinfo.h.
| const VALUE rb_callcache::klass |
Definition at line 279 of file vm_callinfo.h.
| enum method_missing_reason rb_callcache::method_missing_reason |
Definition at line 291 of file vm_callinfo.h.
| VALUE rb_callcache::v |
Definition at line 292 of file vm_callinfo.h.
| uintptr_t rb_callcache::value |
Definition at line 289 of file vm_callinfo.h.