Ruby 4.0.0dev (2025-12-23 revision 0b3199a65333a0ea8a3a653b3151674602ad4e84)
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 { 
 
      unsigned int   local_hooks_cnt 
 
      rb_event_flag_t   global_trace_events 
 
   }   exec 
 
aux 
 

Detailed Description

Definition at line 572 of file vm_core.h.

Field Documentation

◆ body

struct rb_iseq_constant_body* rb_iseq_struct::body

Definition at line 576 of file vm_core.h.

◆ compile_data

struct iseq_compile_data* rb_iseq_struct::compile_data

Definition at line 579 of file vm_core.h.

◆ flags

VALUE rb_iseq_struct::flags

Definition at line 573 of file vm_core.h.

◆ global_trace_events

rb_event_flag_t rb_iseq_struct::global_trace_events

Definition at line 588 of file vm_core.h.

◆ index

int rb_iseq_struct::index

Definition at line 583 of file vm_core.h.

◆ local_hooks_cnt

unsigned int rb_iseq_struct::local_hooks_cnt

Definition at line 587 of file vm_core.h.

◆ obj

VALUE rb_iseq_struct::obj

Definition at line 582 of file vm_core.h.

◆ wrapper

VALUE rb_iseq_struct::wrapper

Definition at line 574 of file vm_core.h.


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