Ruby 3.4.6p54 (2025-09-16 revision dbd83256b1cec76c69756ecb8758b9e1079833de)
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 61 of file imemo.h.

Field Documentation

◆ catch_frame

const struct rb_control_frame_struct* vm_throw_data::catch_frame

Definition at line 65 of file imemo.h.

◆ flags

VALUE vm_throw_data::flags

Definition at line 62 of file imemo.h.

◆ reserved

VALUE vm_throw_data::reserved

Definition at line 63 of file imemo.h.

◆ throw_obj

const VALUE vm_throw_data::throw_obj

Definition at line 64 of file imemo.h.

◆ throw_state

int vm_throw_data::throw_state

Definition at line 66 of file imemo.h.


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