Ruby
2.5.0dev(2017-10-22revision60238)
|
#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 |
Definition at line 500 of file vm_core.h.
Referenced by ruby_vm_at_exit().
struct rb_at_exit_list* rb_at_exit_list::next |
Definition at line 501 of file vm_core.h.
Referenced by ruby_vm_at_exit().