|
Ruby 3.1.4p223 (2023-03-30 revision HEAD)
|
Data Fields | ||
| const VALUE | flags | |
| const VALUE | klass | |
| const struct rb_callable_method_entry_struct *const | cme_ | |
| const vm_call_handler | call_ | |
| union { | ||
| const unsigned int attr_index | ||
| enum method_missing_reason method_missing_reason | ||
| VALUE v | ||
| } | aux_ | |
Definition at line 273 of file vm_callinfo.h.
| const unsigned int rb_callcache::attr_index |
Definition at line 286 of file vm_callinfo.h.
| const vm_call_handler rb_callcache::call_ |
Definition at line 283 of file vm_callinfo.h.
| const struct rb_callable_method_entry_struct* const rb_callcache::cme_ |
Definition at line 282 of file vm_callinfo.h.
| const VALUE rb_callcache::flags |
Definition at line 274 of file vm_callinfo.h.
| const VALUE rb_callcache::klass |
Definition at line 277 of file vm_callinfo.h.
| enum method_missing_reason rb_callcache::method_missing_reason |
Definition at line 287 of file vm_callinfo.h.
| VALUE rb_callcache::v |
Definition at line 288 of file vm_callinfo.h.