Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
|
Data Fields | |
int | removed |
void(* | func )(VALUE arg, VALUE val) |
VALUE | data |
struct trace_var * | next |
Definition at line 294 of file variable.c.
VALUE trace_var::data |
Definition at line 297 of file variable.c.
Referenced by rb_f_untrace_var().
Definition at line 296 of file variable.c.
Referenced by rb_f_trace_var().
struct trace_var* trace_var::next |
Definition at line 298 of file variable.c.
Referenced by rb_f_trace_var().
int trace_var::removed |
Definition at line 295 of file variable.c.