Home
last modified time | relevance | path

Searched refs:rb_obj_dup (Results 1 – 11 of 11) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/ext/pathname/
H A Dpathname.c110 str = rb_obj_dup(str); in path_initialize()
249 return rb_obj_dup(get_strpath(self)); in path_to_s()
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/optional/capi/ext/
H A Dobject_spec.c136 return rb_obj_dup(klass); in so_rb_obj_dup()
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/optional/capi/
H A Dobject_spec.rb72 obj2 = @o.rb_obj_dup(obj1)
/dports/lang/ruby26/ruby-2.6.9/
H A Dobject.c526 rb_obj_dup(VALUE obj) in rb_obj_dup() function
4178 rb_define_method(rb_mKernel, "dup", rb_obj_dup, 0); in InitVM_Object()
H A Deval.c550 mesg = rb_obj_dup(mesg); in setup_exception()
H A Denumerator.c547 struct enumerator *e = enumerator_ptr(obj = rb_obj_dup(obj)); in enumerator_each()
H A Dio.c7478 write_io = rb_obj_dup(write_io); in rb_io_init_copy()
8471 ARGF.argv = rb_obj_dup(ARGF.argv); in argf_initialize_copy()
/dports/lang/ruby26/ruby-2.6.9/ext/openssl/
H A Dossl_pkey_ec.c1396 group_v = rb_obj_dup(rb_attr_get(other, id_i_group)); in ossl_ec_point_initialize_copy()
/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Dintern.h614 VALUE rb_obj_dup(VALUE);
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.8.07375 * object.c (rb_obj_dup): dmark and dfree functions must be match
7378 * object.c (rb_obj_dup): class of the duped object must be match
12737 * object.c (rb_obj_dup): copies (actually does not free)
15792 * object.c (rb_obj_dup): should have propagated taint flag.
15831 cleared by rb_obj_dup.
16915 * object.c (rb_obj_dup): ditto.
17277 * object.c (rb_obj_dup): dup for normal object (T_OBJECT) copies
H A DChangeLog-1.9.318794 * object.c (rb_obj_dup): call initialize_dup hook.