|
Ruby 4.0.5p0 (2026-05-20 revision 64336ffd0ee9e1f4c05891695a3d7b49cb709721)
|
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 278 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.