Ruby
3.4.0dev (2024-11-05 revision 348a53415339076afc4a02fcd09f3ae36e9c4c61)
|
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 |
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 |