Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/
H A Dgc.c7306 gc_stat_internal(VALUE hash_or_sym) in gc_stat_internal() argument
7313 if (RB_TYPE_P(hash_or_sym, T_HASH)) { in gc_stat_internal()
7314 hash = hash_or_sym; in gc_stat_internal()
7325 else if (SYMBOL_P(hash_or_sym)) { in gc_stat_internal()
7326 key = hash_or_sym; in gc_stat_internal()