Lines Matching refs:to_h
6127 $def(self, '$to_h', function $$to_h() {
9058 …ll,dup,sort!,map!,include?,-@,key?,values,transform_values,group_by,fetch,to_h,coerce_to?,class,zi…
10616 $def(self, '$to_h', function $$to_h($a) {
10617 var block = $$to_h.$$p || nil, $post_args, args, self = this;
10619 $$to_h.$$p = null;
10623 return $send($send(self, 'map', [], block.$to_proc()), 'to_h', $to_a(args))
14455 $def(self, '$to_h', function $$to_h() {
14456 var block = $$to_h.$$p || nil, self = this, array = nil;
14458 $$to_h.$$p = null;
14737 …,to_proc,flatten,frozen?,eql?,default,default_proc,default_proc=,default=,to_h,proc,clone,select,s…
15947 $def(self, '$to_h', function $$to_h() {
15948 var block = $$to_h.$$p || nil, self = this;
15950 $$to_h.$$p = null;
15952 return $send(self, 'map', [], block.$to_proc()).$to_h()
21539 …nclude?,to_sym,instance_of?,__id__,eql?,enum_for,+,name,each_pair,inspect,to_h,args,each_with_obje…
21907 $def(self, '$to_h', function $$to_h() {
21908 var block = $$to_h.$$p || nil, self = this;
21910 $$to_h.$$p = null;
21912 return $send($send(self, 'map', [], block.$to_proc()), 'to_h', $to_a(self.$args()))
24902 Opal.add_stubs('new,to_s,key?,[],raise,to_h,keys,merge');
24959 $def(self, '$to_h', function $$to_h() {
24962 …return $send(self.$keys(), 'to_h', [], function $$6(k){var self = $$6.$$s == null ? this : $$6.$$s;
24972 return self.$to_h().$merge(keys)
24978 return $alias(self, "to_hash", "to_h");