Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
Data Fields
iseq_compile_data Struct Reference

Data Fields

const VALUE err_info
 
const VALUE catch_table_ary
 
struct iseq_label_datastart_label
 
struct iseq_label_dataend_label
 
struct iseq_label_dataredo_label
 
const rb_iseq_tcurrent_block
 
struct iseq_compile_data_ensure_node_stackensure_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
 
const rb_compile_option_toption
 
struct rb_id_tableivar_cache_table
 
const struct rb_builtin_functionbuiltin_function_table
 
const NODEroot_node
 
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
 

Detailed Description

Definition at line 9938 of file rb_mjit_min_header-3.1.3.h.

Field Documentation

◆ builtin_function_table

const struct rb_builtin_function * iseq_compile_data::builtin_function_table

Definition at line 9963 of file rb_mjit_min_header-3.1.3.h.

◆ catch_table_ary

const VALUE iseq_compile_data::catch_table_ary

Definition at line 9940 of file rb_mjit_min_header-3.1.3.h.

◆ ci_index

unsigned int iseq_compile_data::ci_index

Definition at line 9960 of file rb_mjit_min_header-3.1.3.h.

◆ current_block

const rb_iseq_t * iseq_compile_data::current_block

Definition at line 9944 of file rb_mjit_min_header-3.1.3.h.

◆ end_label

struct iseq_label_data * iseq_compile_data::end_label

Definition at line 9942 of file rb_mjit_min_header-3.1.3.h.

◆ ensure_node_stack

struct iseq_compile_data_ensure_node_stack * iseq_compile_data::ensure_node_stack

Definition at line 9945 of file rb_mjit_min_header-3.1.3.h.

◆ err_info

const VALUE iseq_compile_data::err_info

Definition at line 9939 of file rb_mjit_min_header-3.1.3.h.

◆ in_rescue [1/2]

_Bool iseq_compile_data::in_rescue

Definition at line 9954 of file rb_mjit_min_header-3.1.3.h.

◆ in_rescue [2/2]

bool iseq_compile_data::in_rescue

Definition at line 110 of file iseq.h.

◆ isolated_depth

int iseq_compile_data::isolated_depth

Definition at line 9959 of file rb_mjit_min_header-3.1.3.h.

◆ ivar_cache_table

struct rb_id_table * iseq_compile_data::ivar_cache_table

Definition at line 9962 of file rb_mjit_min_header-3.1.3.h.

◆ label_no

int iseq_compile_data::label_no

Definition at line 9957 of file rb_mjit_min_header-3.1.3.h.

◆ last_line

int iseq_compile_data::last_line

Definition at line 9956 of file rb_mjit_min_header-3.1.3.h.

◆ loopval_popped

int iseq_compile_data::loopval_popped

Definition at line 9955 of file rb_mjit_min_header-3.1.3.h.

◆ node_level

int iseq_compile_data::node_level

Definition at line 9958 of file rb_mjit_min_header-3.1.3.h.

◆ option

const rb_compile_option_t * iseq_compile_data::option

Definition at line 9961 of file rb_mjit_min_header-3.1.3.h.

◆ redo_label

struct iseq_label_data * iseq_compile_data::redo_label

Definition at line 9943 of file rb_mjit_min_header-3.1.3.h.

◆ root_node

const NODE * iseq_compile_data::root_node

Definition at line 9964 of file rb_mjit_min_header-3.1.3.h.

◆ start_label

struct iseq_label_data * iseq_compile_data::start_label

Definition at line 9941 of file rb_mjit_min_header-3.1.3.h.

◆ storage_current

struct iseq_compile_data_storage* iseq_compile_data::storage_current

Definition at line 9948 of file rb_mjit_min_header-3.1.3.h.

◆ storage_head

struct iseq_compile_data_storage* iseq_compile_data::storage_head

Definition at line 9947 of file rb_mjit_min_header-3.1.3.h.


The documentation for this struct was generated from the following files: