Ruby  2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
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
 
int throw_state
 

Detailed Description

THROW_DATA.

Definition at line 1193 of file internal.h.

Field Documentation

◆ catch_frame

const struct rb_control_frame_struct * vm_throw_data::catch_frame

Definition at line 1197 of file internal.h.

◆ flags

VALUE vm_throw_data::flags

Definition at line 1194 of file internal.h.

◆ reserved

VALUE vm_throw_data::reserved

Definition at line 1195 of file internal.h.

◆ throw_obj

const VALUE vm_throw_data::throw_obj

Definition at line 1196 of file internal.h.

◆ throw_state

int vm_throw_data::throw_state

Definition at line 1198 of file internal.h.


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