Ruby  3.1.4p223 (2023-03-30 revision HEAD)
Public Types | Data Fields
iseq_catch_table_entry Struct Reference

Public Types

enum  catch_type {
  CATCH_TYPE_RESCUE = INT2FIX(1) , CATCH_TYPE_ENSURE = INT2FIX(2) , CATCH_TYPE_RETRY = INT2FIX(3) , CATCH_TYPE_BREAK = INT2FIX(4) ,
  CATCH_TYPE_REDO = INT2FIX(5) , CATCH_TYPE_NEXT = INT2FIX(6)
}
 

Data Fields

enum iseq_catch_table_entry::catch_type type
 
rb_iseq_tiseq
 
unsigned int start
 
unsigned int end
 
unsigned int cont
 
unsigned int sp
 

Detailed Description

Definition at line 236 of file iseq.h.


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