Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
gc_raise_tag Struct Reference

Data Fields

VALUE exc
 
const char * fmt
 
va_list * ap
 

Detailed Description

Definition at line 10232 of file gc.c.

Field Documentation

◆ ap

va_list* gc_raise_tag::ap

Definition at line 10235 of file gc.c.

◆ exc

VALUE gc_raise_tag::exc

Definition at line 10233 of file gc.c.

Referenced by rb_memerror().

◆ fmt

const char* gc_raise_tag::fmt

Definition at line 10234 of file gc.c.


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