Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
#include <vm_core.h>
Data Fields | |
rb_vm_at_exit_func * | func |
struct rb_at_exit_list * | next |
rb_vm_at_exit_func * rb_at_exit_list::func | ( | void | ) |
Definition at line 556 of file vm_core.h.
Referenced by ruby_vm_at_exit().
struct rb_at_exit_list * rb_at_exit_list::next |
Definition at line 557 of file vm_core.h.
Referenced by ruby_vm_at_exit().