|
Ruby 3.2.2p53 (2023-03-30 revision e51014f9c05aa65cbf203442d37fef7c12390015)
|
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 | |
| struct rb_iseq_constant_body * rb_iseq_struct::body |
| struct iseq_compile_data* rb_iseq_struct::compile_data |
| struct rb_hook_list_struct* rb_iseq_struct::local_hooks |