Ruby 3.5.0dev (2025-02-22 revision 412997300569c1853c09813e4924b6df3d7e8669)
Data Fields
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 57 of file imemo.h.

Field Documentation

◆ catch_frame

const struct rb_control_frame_struct* vm_throw_data::catch_frame

Definition at line 61 of file imemo.h.

◆ flags

VALUE vm_throw_data::flags

Definition at line 58 of file imemo.h.

◆ reserved

VALUE vm_throw_data::reserved

Definition at line 59 of file imemo.h.

◆ throw_obj

const VALUE vm_throw_data::throw_obj

Definition at line 60 of file imemo.h.

◆ throw_state

int vm_throw_data::throw_state

Definition at line 62 of file imemo.h.


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