Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/
H A Dobject.c209 VALUE rb_obj_hash(VALUE obj);
4172 rb_define_method(rb_mKernel, "hash", rb_obj_hash, 0); in InitVM_Object()
H A Dhash.c273 rb_obj_hash(VALUE obj) in rb_obj_hash() function
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.2.011569 * object.c (rb_obj_hash): follow above change.
11628 * object.c (rb_obj_hash): return same value as rb_any_hash().
H A DChangeLog-2.4.0819 * hash.c (rb_obj_hash, rb_hash_hash): ditto.
H A DChangeLog-2.3.05392 * hash.c (rb_obj_hash): move in order to share with rb_any_hash.
H A DChangeLog-2.0.02349 * object.c (rb_obj_hash): shouldn't assume object_id can be long.
16912 * object.c (rb_obj_hash): Added note that the hash value is not
H A DChangeLog-1.9.317568 * object.c (rb_obj_hash): use LONG2FIX to avoid Bignum allocation.
30186 string.c (rb_str_hash), object.c (rb_obj_hash), range.c