Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
|
#include <rb_mjit_min_header-2.7.7.h>
Data Fields | |
struct st_table * | iv_index_tbl |
struct st_table * | iv_tbl |
struct rb_id_table * | m_tbl |
struct rb_id_table * | const_tbl |
struct rb_id_table * | callable_m_tbl |
rb_subclass_entry_t * | subclasses |
rb_subclass_entry_t ** | parent_subclasses |
rb_subclass_entry_t ** | module_subclasses |
In the case that this is an ICLASS , module_subclasses points to the link in the module's subclasses list that indicates that the klass has been included. More... | |
const VALUE | origin_ |
const VALUE | refined_class |
rb_alloc_func_t | allocator |
const VALUE | includer |
Definition at line 3854 of file rb_mjit_min_header-2.7.7.h.
rb_alloc_func_t rb_classext_struct::allocator |
Definition at line 3865 of file rb_mjit_min_header-2.7.7.h.
struct rb_id_table * rb_classext_struct::callable_m_tbl |
Definition at line 3859 of file rb_mjit_min_header-2.7.7.h.
struct rb_id_table * rb_classext_struct::const_tbl |
Definition at line 3858 of file rb_mjit_min_header-2.7.7.h.
Definition at line 3866 of file rb_mjit_min_header-2.7.7.h.
struct st_table * rb_classext_struct::iv_index_tbl |
Definition at line 3855 of file rb_mjit_min_header-2.7.7.h.
struct st_table * rb_classext_struct::iv_tbl |
Definition at line 3856 of file rb_mjit_min_header-2.7.7.h.
struct rb_id_table * rb_classext_struct::m_tbl |
Definition at line 3857 of file rb_mjit_min_header-2.7.7.h.
rb_subclass_entry_t ** rb_classext_struct::module_subclasses |
In the case that this is an ICLASS
, module_subclasses
points to the link in the module's subclasses
list that indicates that the klass has been included.
Hopefully that makes sense.
Definition at line 3862 of file rb_mjit_min_header-2.7.7.h.
Definition at line 3863 of file rb_mjit_min_header-2.7.7.h.
rb_subclass_entry_t ** rb_classext_struct::parent_subclasses |
Definition at line 3861 of file rb_mjit_min_header-2.7.7.h.
Definition at line 3864 of file rb_mjit_min_header-2.7.7.h.
rb_subclass_entry_t * rb_classext_struct::subclasses |
Definition at line 3860 of file rb_mjit_min_header-2.7.7.h.