Ruby 4.0.7p0 (2026-09-15 revision 229531a6cfbf07e3caef30dbac24a2a3f3fed482)
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: