Ruby 4.1.0dev (2026-04-04 revision 3b6245536cf55da9e8bfcdb03c845fe9ef931d7f)
Data Fields
vm_throw_data Struct Reference

THROW_DATA. More...

#include <imemo.h>

Data Fields

VALUE flags
 
const VALUE throw_obj
 
const struct rb_control_frame_structcatch_frame
 
int throw_state
 

Detailed Description

THROW_DATA.

Definition at line 58 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 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: