Ruby 4.0.5p0 (2026-05-20 revision 64336ffd0ee9e1f4c05891695a3d7b49cb709721)
ibf_load Struct Reference

Data Fields

const struct ibf_headerheader
VALUE iseq_list
struct ibf_load_buffer global_buffer
VALUE loader_obj
rb_iseq_t * iseq
VALUE str
struct ibf_load_buffercurrent_buffer

Detailed Description

Definition at line 12544 of file compile.c.

Field Documentation

◆ current_buffer

struct ibf_load_buffer* ibf_load::current_buffer

Definition at line 12551 of file compile.c.

◆ global_buffer

struct ibf_load_buffer ibf_load::global_buffer

Definition at line 12547 of file compile.c.

◆ header

const struct ibf_header* ibf_load::header

Definition at line 12545 of file compile.c.

◆ iseq

rb_iseq_t* ibf_load::iseq

Definition at line 12549 of file compile.c.

◆ iseq_list

VALUE ibf_load::iseq_list

Definition at line 12546 of file compile.c.

◆ loader_obj

VALUE ibf_load::loader_obj

Definition at line 12548 of file compile.c.

◆ str

VALUE ibf_load::str

Definition at line 12550 of file compile.c.


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