|
| 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)
} |
| |
Definition at line 236 of file iseq.h.
◆ catch_type
| enum iseq_catch_table_entry::catch_type |
◆ cont
| unsigned int iseq_catch_table_entry::cont |
◆ end
| unsigned int iseq_catch_table_entry::end |
◆ iseq
◆ sp
| unsigned int iseq_catch_table_entry::sp |
◆ start
| unsigned int iseq_catch_table_entry::start |
The documentation for this struct was generated from the following file: