|
Ruby 4.0.5p0 (2026-05-20 revision 64336ffd0ee9e1f4c05891695a3d7b49cb709721)
|
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 |