|
Ruby 4.0.6p0 (2026-07-14 revision 03b6d3f8898a28604fe6cb00eae3226b821168f4)
|
Data Structures | |
| union | [union].aux_ |
Data Fields | |
| const VALUE | flags |
| const VALUE | klass |
| const struct rb_callable_method_entry_struct *const | cme_ |
| const vm_call_handler | call_ |
| union | aux_ |
Definition at line 292 of file vm_callinfo.h.
| const vm_call_handler rb_callcache::call_ |
Definition at line 300 of file vm_callinfo.h.
| const struct rb_callable_method_entry_struct* const rb_callcache::cme_ |
Definition at line 299 of file vm_callinfo.h.
| const VALUE rb_callcache::flags |
Definition at line 293 of file vm_callinfo.h.
| const VALUE rb_callcache::klass |
Definition at line 296 of file vm_callinfo.h.