Home
last modified time | relevance | path

Searched refs:rb_st_copy (Results 1 – 4 of 4) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dclass.c341 RCLASS_IV_TBL(clone) = rb_st_copy(clone, RCLASS_IV_TBL(orig)); in rb_mod_init_copy()
407 RCLASS_IV_TBL(clone) = rb_st_copy(clone, RCLASS_IV_TBL(klass)); in rb_singleton_class_clone_and_attach()
H A Dinternal.h2364 st_table *rb_st_copy(VALUE obj, struct st_table *orig_tbl);
H A Dvariable.c3391 rb_st_copy(VALUE obj, struct st_table *orig_tbl) in rb_st_copy() function
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.1.011357 * variable.c, internal.h (rb_st_insert_id_and_value, rb_st_copy):