Home
last modified time | relevance | path

Searched refs:rb_hash_resurrect (Results 1 – 7 of 7) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dinsns.def466 val = rb_hash_resurrect(hash);
H A Dinternal.h1579 VALUE rb_hash_resurrect(VALUE hash);
H A Diseq.c55 obj = rb_hash_resurrect(obj); in obj_resurrect()
H A Dhash.c1337 rb_hash_resurrect(VALUE hash) in rb_hash_resurrect() function
H A Dvm.inc1048 val = rb_hash_resurrect(hash);
H A Dmjit_compile.inc1061 fprintf(f, " val = rb_hash_resurrect(hash);\n");
H A DChangeLog3638 * hash.c (rb_hash_resurrect): introduced to dup Hash object