Home
last modified time | relevance | path

Searched refs:tmp_classpath (Results 1 – 2 of 2) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dvariable.c28 static ID autoload, classpath, tmp_classpath, classid; variable
61 tmp_classpath = rb_intern_const("__tmp_classpath__"); in Init_var_tables()
163 st_data_t tmp = tmp_classpath; in find_class_path()
205 if (!st_lookup(RCLASS_IV_TBL(klass), (st_data_t)tmp_classpath, &n)) { in classname()
273 (st_data_t)tmp_classpath, &n)) { in rb_tmp_class_path()
295 return rb_ivar_set(obj, tmp_classpath, make_temporary_path(obj, name)); in ivar_cache()
331 if (st_lookup(ivtbl, (st_data_t)tmp_classpath, &n)) return (VALUE)n; in rb_class_path_cached()
364 pathid = tmp_classpath; in rb_set_class_path_string()
386 pathid = tmp_classpath; in rb_set_class_path()
2868 st_lookup(ivtbl, (st_data_t)(pathid = tmp_classpath), &n))) { in rb_const_set()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.0.010506 tmp_classpath only if class id is set. [ruby-core:42865][Bug #6078]
10536 tmp_classpath at last even if enclosing namespace is anonymous.
10540 tmp_classpath instead of classpath if the name is not permanent.
10544 * variable.c: store anonymous class path in tmp_classpath but not in