Ruby 3.5.0dev (2025-07-01 revision c3bdf7043cca0131e7ca66c1bc76ae6e24dc8965)
Data Fields
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 12493 of file compile.c.

Field Documentation

◆ current_buffer

struct ibf_load_buffer* ibf_load::current_buffer

Definition at line 12500 of file compile.c.

◆ global_buffer

struct ibf_load_buffer ibf_load::global_buffer

Definition at line 12496 of file compile.c.

◆ header

const struct ibf_header* ibf_load::header

Definition at line 12494 of file compile.c.

◆ iseq

rb_iseq_t* ibf_load::iseq

Definition at line 12498 of file compile.c.

◆ iseq_list

VALUE ibf_load::iseq_list

Definition at line 12495 of file compile.c.

◆ loader_obj

VALUE ibf_load::loader_obj

Definition at line 12497 of file compile.c.

◆ str

VALUE ibf_load::str

Definition at line 12499 of file compile.c.


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