|
Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
#include <iseq.h>
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_t * | iseq |
| unsigned int | start |
| unsigned int | end |
| unsigned int | cont |
| unsigned int | sp |
| rb_iseq_t* iseq_catch_table_entry::iseq |
Definition at line 247 of file iseq.h.
Referenced by rb_iseq_mark().
| enum iseq_catch_table_entry::catch_type iseq_catch_table_entry::type |