Lines Matching refs:hash_get
2286 Opal.hash_get = function(hash, key) {
12040 … Opal.falsy, $hash_ids = Opal.hash_ids, $yield1 = Opal.yield1, $hash_get = Opal.hash_get, $hash_pu…
12271 if ($hash_get(hash, item) === undefined) {
14529 if ($hash_get(hash, item) === undefined) {
14538 if ($hash_get(hash, key) === undefined) {
14560 if ($hash_get(hash, key) === undefined) {
14735 …= Opal.yield1, $hash = Opal.hash, $hash_init = Opal.hash_init, $hash_get = Opal.hash_get, $hash_pu…
14859 other_value = $hash_get(other, key.key);
14928 var value = $hash_get(self, key);
15069 $hash_put(identity_hash, key, $hash_get(self, key));
15308 var value = $hash_get(self, key);
15385 return $hash_get(self, key) !== undefined;
15485 value = $hash_get(self, key);
15673 value = $hash_get(self, key);
15914 var key = keys[i], value = $hash_get(self, key);