Ruby
2.0.0p247(2013-06-27revision41674)
|
Data Fields | |
int | removed |
void(* | func )(VALUE arg, VALUE val) |
VALUE | data |
struct trace_var * | next |
Definition at line 403 of file variable.c.
VALUE trace_var::data |
Definition at line 406 of file variable.c.
Referenced by mark_global_entry(), rb_f_trace_var(), rb_f_untrace_var(), and trace_ev().
Definition at line 405 of file variable.c.
Referenced by rb_f_trace_var(), and trace_ev().
struct trace_var* trace_var::next |
Definition at line 407 of file variable.c.
Referenced by mark_global_entry(), rb_alias_variable(), rb_f_trace_var(), rb_f_untrace_var(), remove_trace(), and trace_ev().
int trace_var::removed |
Definition at line 404 of file variable.c.
Referenced by rb_f_trace_var(), rb_f_untrace_var(), and remove_trace().