|
Ruby 4.0.7p0 (2026-09-15 revision 229531a6cfbf07e3caef30dbac24a2a3f3fed482)
|
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.