Ruby 3.4.5p51 (2025-07-16 revision 20cda200d3ce092571d0b5d342dadca69636cb0f)
|
Data Fields | |
const VALUE | err_info |
const VALUE | catch_table_ary |
struct iseq_label_data * | start_label |
struct iseq_label_data * | end_label |
struct iseq_label_data * | redo_label |
const rb_iseq_t * | current_block |
struct iseq_compile_data_ensure_node_stack * | ensure_node_stack |
struct { | |
struct iseq_compile_data_storage * storage_head | |
struct iseq_compile_data_storage * storage_current | |
} | node |
struct { | |
struct iseq_compile_data_storage * storage_head | |
struct iseq_compile_data_storage * storage_current | |
} | insn |
bool | in_rescue |
bool | in_masgn |
int | loopval_popped |
int | last_line |
int | label_no |
int | node_level |
int | isolated_depth |
unsigned int | ci_index |
unsigned int | ic_index |
const rb_compile_option_t * | option |
struct rb_id_table * | ivar_cache_table |
const struct rb_builtin_function * | builtin_function_table |
const NODE * | root_node |
bool | catch_except_p |
const struct rb_builtin_function* iseq_compile_data::builtin_function_table |
struct iseq_label_data* iseq_compile_data::end_label |
struct iseq_compile_data_ensure_node_stack* iseq_compile_data::ensure_node_stack |
struct rb_id_table* iseq_compile_data::ivar_cache_table |
const rb_compile_option_t* iseq_compile_data::option |
struct iseq_label_data* iseq_compile_data::redo_label |
struct iseq_label_data* iseq_compile_data::start_label |
struct iseq_compile_data_storage* iseq_compile_data::storage_current |
struct iseq_compile_data_storage* iseq_compile_data::storage_head |