Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
Data Fields
rb_iseq_struct Struct Reference

Data Fields

VALUE flags
 
VALUE wrapper
 
struct rb_iseq_constant_bodybody
 
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
 

Detailed Description

Definition at line 7452 of file rb_mjit_min_header-3.1.3.h.

Field Documentation

◆ body

struct rb_iseq_constant_body * rb_iseq_struct::body

Definition at line 7455 of file rb_mjit_min_header-3.1.3.h.

◆ compile_data

struct iseq_compile_data* rb_iseq_struct::compile_data

Definition at line 7457 of file rb_mjit_min_header-3.1.3.h.

◆ flags

VALUE rb_iseq_struct::flags

Definition at line 7453 of file rb_mjit_min_header-3.1.3.h.

◆ global_trace_events

rb_event_flag_t rb_iseq_struct::global_trace_events

Definition at line 7464 of file rb_mjit_min_header-3.1.3.h.

◆ index

int rb_iseq_struct::index

Definition at line 7460 of file rb_mjit_min_header-3.1.3.h.

◆ local_hooks

struct rb_hook_list_struct* rb_iseq_struct::local_hooks

Definition at line 7463 of file rb_mjit_min_header-3.1.3.h.

◆ obj

VALUE rb_iseq_struct::obj

Definition at line 7459 of file rb_mjit_min_header-3.1.3.h.

◆ wrapper

VALUE rb_iseq_struct::wrapper

Definition at line 7454 of file rb_mjit_min_header-3.1.3.h.


The documentation for this struct was generated from the following files: