Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
rb_iseq_struct Struct Reference

#include <vm_core.h>

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
 

Detailed Description

Definition at line 444 of file vm_core.h.

Field Documentation

◆ 

union { ... } rb_iseq_struct::aux

◆ body

struct rb_iseq_constant_body* rb_iseq_struct::body

◆ compile_data

struct iseq_compile_data* rb_iseq_struct::compile_data

Definition at line 451 of file vm_core.h.

◆ 

struct { ... } rb_iseq_struct::exec

◆ flags

VALUE rb_iseq_struct::flags

Definition at line 445 of file vm_core.h.

◆ global_trace_events

rb_event_flag_t rb_iseq_struct::global_trace_events

Definition at line 460 of file vm_core.h.

Referenced by rb_iseq_clear_event_flags(), rb_iseq_init_trace(), and rb_iseq_trace_set().

◆ index

int rb_iseq_struct::index

Definition at line 455 of file vm_core.h.

Referenced by rb_ibf_load_iseq_complete().

◆ 

struct { ... } rb_iseq_struct::loader

◆ local_hooks

struct rb_hook_list_struct* rb_iseq_struct::local_hooks

Definition at line 459 of file vm_core.h.

Referenced by rb_iseq_free(), rb_iseq_mark(), and rb_iseq_trace_set().

◆ obj

VALUE rb_iseq_struct::obj

Definition at line 454 of file vm_core.h.

Referenced by rb_ibf_load_iseq_complete(), and rb_iseq_mark().

◆ wrapper

VALUE rb_iseq_struct::wrapper

Definition at line 446 of file vm_core.h.

Referenced by rb_iseq_mark().


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