Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
|
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_ |
union { | |
const unsigned int attr_index | |
enum method_missing_reason method_missing_reason | |
VALUE v | |
} | aux_ |
Definition at line 10618 of file rb_mjit_min_header-3.1.3.h.
const unsigned int rb_callcache::attr_index |
Definition at line 10624 of file rb_mjit_min_header-3.1.3.h.
const vm_call_handler rb_callcache::call_ |
Definition at line 10622 of file rb_mjit_min_header-3.1.3.h.
const struct rb_callable_method_entry_struct *const rb_callcache::cme_ |
Definition at line 10621 of file rb_mjit_min_header-3.1.3.h.
const VALUE rb_callcache::flags |
Definition at line 10619 of file rb_mjit_min_header-3.1.3.h.
const VALUE rb_callcache::klass |
Definition at line 10620 of file rb_mjit_min_header-3.1.3.h.
enum method_missing_reason rb_callcache::method_missing_reason |
Definition at line 10625 of file rb_mjit_min_header-3.1.3.h.
VALUE rb_callcache::v |
Definition at line 10626 of file rb_mjit_min_header-3.1.3.h.