Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
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 9553 of file compile.c.
Referenced by rb_ibf_load_iseq_complete().
VALUE ibf_load::loader_obj |
Definition at line 9552 of file compile.c.
Referenced by rb_iseq_ibf_load(), rb_iseq_ibf_load_bytes(), and rb_iseq_ibf_load_extra_data().