Ruby 4.0.5p0 (2026-05-20 revision 64336ffd0ee9e1f4c05891695a3d7b49cb709721)
vm_throw_data Struct Reference

THROW_DATA. More...

#include <imemo.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 59 of file imemo.h.

Field Documentation

◆ catch_frame

const struct rb_control_frame_struct* vm_throw_data::catch_frame

Definition at line 63 of file imemo.h.

◆ flags

VALUE vm_throw_data::flags

Definition at line 60 of file imemo.h.

◆ reserved

VALUE vm_throw_data::reserved

Definition at line 61 of file imemo.h.

◆ throw_obj

const VALUE vm_throw_data::throw_obj

Definition at line 62 of file imemo.h.

◆ throw_state

int vm_throw_data::throw_state

Definition at line 64 of file imemo.h.


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