|
Ruby 4.1.0dev (2026-04-04 revision 3b6245536cf55da9e8bfcdb03c845fe9ef931d7f)
|
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 { | ||
| unsigned int local_hooks_cnt | ||
| 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 |