Ruby
2.5.0dev(2017-10-22revision60238)
|
Data Fields | |
int | removed |
void(* | func )(VALUE arg, VALUE val) |
VALUE | data |
struct trace_var * | next |
Definition at line 464 of file variable.c.
VALUE trace_var::data |
Definition at line 467 of file variable.c.
Referenced by rb_f_untrace_var().
Definition at line 466 of file variable.c.
Referenced by rb_f_trace_var().
struct trace_var* trace_var::next |
Definition at line 468 of file variable.c.
Referenced by rb_alias_variable(), rb_f_trace_var(), and rb_f_untrace_var().
int trace_var::removed |
Definition at line 465 of file variable.c.
Referenced by rb_f_untrace_var().