Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
|
Data Fields | |
const struct ibf_header * | header |
VALUE | iseq_list |
struct ibf_load_buffer | global_buffer |
VALUE | loader_obj |
rb_iseq_t * | iseq |
VALUE | str |
struct ibf_load_buffer * | current_buffer |
struct ibf_load_buffer* ibf_load::current_buffer |
struct ibf_load_buffer ibf_load::global_buffer |
const struct ibf_header* ibf_load::header |
rb_iseq_t* ibf_load::iseq |
Definition at line 9551 of file compile.c.
Referenced by rb_ibf_load_iseq_complete().
VALUE ibf_load::loader_obj |
Definition at line 9550 of file compile.c.
Referenced by rb_iseq_ibf_load(), rb_iseq_ibf_load_bytes(), and rb_iseq_ibf_load_extra_data().