Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
|
Data Fields | |
VALUE | flags |
VALUE | wrapper |
struct rb_iseq_constant_body * | body |
union { | |
struct iseq_compile_data * compile_data | |
struct { | |
VALUE obj | |
int index | |
} loader | |
struct { | |
struct rb_hook_list_struct * local_hooks | |
rb_event_flag_t global_trace_events | |
} exec | |
} | aux |
union { | |
struct iseq_compile_data * compile_data | |
struct { | |
VALUE obj | |
int index | |
} loader | |
struct { | |
struct rb_hook_list_struct * local_hooks | |
rb_event_flag_t global_trace_events | |
} exec | |
} | aux |
Definition at line 7427 of file rb_mjit_min_header-3.1.3.h.
struct rb_iseq_constant_body * rb_iseq_struct::body |
Definition at line 7430 of file rb_mjit_min_header-3.1.3.h.
struct iseq_compile_data* rb_iseq_struct::compile_data |
Definition at line 7432 of file rb_mjit_min_header-3.1.3.h.
VALUE rb_iseq_struct::flags |
Definition at line 7428 of file rb_mjit_min_header-3.1.3.h.
rb_event_flag_t rb_iseq_struct::global_trace_events |
Definition at line 7439 of file rb_mjit_min_header-3.1.3.h.
int rb_iseq_struct::index |
Definition at line 7435 of file rb_mjit_min_header-3.1.3.h.
struct rb_hook_list_struct* rb_iseq_struct::local_hooks |
Definition at line 7438 of file rb_mjit_min_header-3.1.3.h.
VALUE rb_iseq_struct::obj |
Definition at line 7434 of file rb_mjit_min_header-3.1.3.h.
VALUE rb_iseq_struct::wrapper |
Definition at line 7429 of file rb_mjit_min_header-3.1.3.h.