Ruby  2.5.0dev(2017-10-22revision60238)
Data Fields
vm_throw_data Struct Reference

THROW_DATA. More...

#include <internal.h>

Data Fields

VALUE flags
 
VALUE reserved
 
const VALUE throw_obj
 
const struct rb_control_frame_structcatch_frame
 
VALUE throw_state
 

Detailed Description

THROW_DATA.

Definition at line 895 of file internal.h.

Field Documentation

◆ catch_frame

const struct rb_control_frame_struct* vm_throw_data::catch_frame

Definition at line 899 of file internal.h.

◆ flags

VALUE vm_throw_data::flags

Definition at line 896 of file internal.h.

◆ reserved

VALUE vm_throw_data::reserved

Definition at line 897 of file internal.h.

◆ throw_obj

const VALUE vm_throw_data::throw_obj

Definition at line 898 of file internal.h.

◆ throw_state

VALUE vm_throw_data::throw_state

Definition at line 900 of file internal.h.


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