Ruby
2.4.2p198(2017-09-14revision59899)
|
#include <internal.h>
Data Fields | |
VALUE | flags |
VALUE | reserved |
const VALUE | throw_obj |
const struct rb_control_frame_struct * | catch_frame |
VALUE | throw_state |
Definition at line 779 of file internal.h.
const struct rb_control_frame_struct* vm_throw_data::catch_frame |
Definition at line 783 of file internal.h.
Referenced by THROW_DATA_CATCH_FRAME(), and THROW_DATA_CATCH_FRAME_SET().
VALUE vm_throw_data::flags |
Definition at line 780 of file internal.h.
Referenced by THROW_DATA_CONSUMED_P(), and THROW_DATA_CONSUMED_SET().
VALUE vm_throw_data::reserved |
Definition at line 781 of file internal.h.
Definition at line 782 of file internal.h.
Referenced by THROW_DATA_VAL().
VALUE vm_throw_data::throw_state |
Definition at line 784 of file internal.h.
Referenced by THROW_DATA_STATE(), and THROW_DATA_STATE_SET().