|
Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
#include <iseq.h>
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 |
| int | loopval_popped |
| int | last_line |
| int | label_no |
| int | node_level |
| unsigned int | ci_index |
| unsigned int | ci_kw_index |
| const rb_compile_option_t * | option |
| struct rb_id_table * | ivar_cache_table |
| const struct rb_builtin_function * | builtin_function_table |
| 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 |
| 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 { ... } iseq_compile_data::insn |
| struct { ... } iseq_compile_data::insn |
| struct rb_id_table * iseq_compile_data::ivar_cache_table |
| struct { ... } iseq_compile_data::node |
| struct { ... } iseq_compile_data::node |
| 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 |