Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
#include <method.h>
Data Fields | |
VALUE | flags |
const VALUE | defined_class |
struct rb_method_definition_struct *const | def |
ID | called_id |
const VALUE | owner |
ID rb_callable_method_entry_struct::called_id |
Definition at line 66 of file method.h.
Referenced by rb_raise_jump(), rb_resolve_refined_method_callable(), rb_vm_control_frame_id_and_class(), and rb_vm_pop_cfunc_frame().
struct rb_method_definition_struct* const rb_callable_method_entry_struct::def |
Definition at line 65 of file method.h.
Referenced by rb_profile_frame_full_label(), rb_profile_frame_method_name(), rb_profile_frames(), rb_raise_jump(), rb_vm_control_frame_id_and_class(), and rb_vm_pop_cfunc_frame().
Definition at line 64 of file method.h.
Referenced by rb_check_funcall_basic_kw(), and rb_resolve_refined_method_callable().
Definition at line 67 of file method.h.
Referenced by rb_raise_jump(), rb_vm_control_frame_id_and_class(), and rb_vm_pop_cfunc_frame().