Ruby 3.5.0dev (2025-04-02 revision 580aa60051773e3512121088eb8ebaee8ce605ea)
|
Data Fields | ||
const VALUE | err_info | |
const VALUE | catch_table_ary | |
unsigned int | iseq_size | |
VALUE * | iseq_encoded | |
bool | is_single_mark_bit | |
union { | ||
iseq_bits_t * list | ||
iseq_bits_t single | ||
} | mark_bits | |
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 |