Home
last modified time | relevance | path

Searched refs:find_class_path (Results 1 – 5 of 5) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dvariable.c149 find_class_path(VALUE klass, ID preferred) in find_class_path() function
196 if (cid) path = find_class_path(klass, cid); in classname()
199 path = find_class_path(klass, (ID)0); in classname()
222 return find_class_path(klass, (ID)0); in classname()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.8.010943 * variable.c (find_class_path): should initialize iv_tbl if it's
21100 * variable.c (find_class_path): avoid calling rb_iv_set().
24193 * variable.c (find_class_path): look for class_tbl also for
24202 * variable.c (find_class_path): could not find class if Object's
24231 * variable.c (find_class_path): avoid infinite loop.
H A DChangeLog-2.3.02775 * variable.c (find_class_path): remove cast for rb_class_ivar_set
2879 (find_class_path): adjust call for less args
H A DChangeLog-2.4.09302 (find_class_path): ditto
H A DChangeLog-2.0.010532 * variable.c (find_class_path): no retry when preferred is given.