Ruby 3.2.5p208 (2024-07-26 revision 31d0f1a2e7dbfb60731d1f05b868e1d578cda493)
ibf_load Struct Reference

Data Fields

const struct ibf_headerheader
 
VALUE iseq_list
 
struct ibf_load_buffer global_buffer
 
VALUE loader_obj
 
rb_iseq_tiseq
 
VALUE str
 
struct ibf_load_buffercurrent_buffer
 

Detailed Description

Definition at line 11039 of file compile.c.

Field Documentation

◆ current_buffer

struct ibf_load_buffer* ibf_load::current_buffer

Definition at line 11046 of file compile.c.

◆ global_buffer

struct ibf_load_buffer ibf_load::global_buffer

Definition at line 11042 of file compile.c.

◆ header

const struct ibf_header* ibf_load::header

Definition at line 11040 of file compile.c.

◆ iseq

rb_iseq_t* ibf_load::iseq

Definition at line 11044 of file compile.c.

◆ iseq_list

VALUE ibf_load::iseq_list

Definition at line 11041 of file compile.c.

◆ loader_obj

VALUE ibf_load::loader_obj

Definition at line 11043 of file compile.c.

◆ str

VALUE ibf_load::str

Definition at line 11045 of file compile.c.


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