Ruby 3.3.6p108 (2024-11-05 revision 75015d4c1f6965b5e85e96fb309f1f2129f933c0)
|
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 | |
struct rb_iseq_constant_body* rb_iseq_struct::body |
struct iseq_compile_data* rb_iseq_struct::compile_data |
rb_event_flag_t rb_iseq_struct::global_trace_events |
struct rb_hook_list_struct* rb_iseq_struct::local_hooks |