Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
|
Data Fields | |
struct RBasic | basic |
union { | |
struct { | |
long len | |
const VALUE * ptr | |
} heap | |
const VALUE ary [RSTRUCT_EMBED_LEN_MAX] | |
} | as |
union { | |
struct { | |
long len | |
const VALUE * ptr | |
} heap | |
const VALUE ary [RSTRUCT_EMBED_LEN_MAX] | |
} | as |
Definition at line 12301 of file rb_mjit_min_header-3.1.3.h.
const VALUE RStruct::ary[RSTRUCT_EMBED_LEN_MAX] |
Definition at line 12308 of file rb_mjit_min_header-3.1.3.h.
struct RBasic RStruct::basic |
Definition at line 12302 of file rb_mjit_min_header-3.1.3.h.
long RStruct::len |
Definition at line 12305 of file rb_mjit_min_header-3.1.3.h.
const VALUE* RStruct::ptr |
Definition at line 12306 of file rb_mjit_min_header-3.1.3.h.