|
Ruby
2.5.0dev(2017-10-22revision60238)
|
Data Fields | |
| void(* | func )() |
| VALUE | data |
| int | safe |
| struct end_proc_data * | next |
Definition at line 50 of file eval_jump.c.
| VALUE end_proc_data::data |
Definition at line 52 of file eval_jump.c.
| void(* end_proc_data::func) () |
Definition at line 51 of file eval_jump.c.
| struct end_proc_data* end_proc_data::next |
Definition at line 54 of file eval_jump.c.
| int end_proc_data::safe |
Definition at line 53 of file eval_jump.c.
Referenced by rb_exec_end_proc().
1.8.13