Lines Matching +defs:l +defs:set
2199 set: function(new_value) { method
2596 set: function(_val) { $deny_frozen_access(obj); }, method
2855 function are_both_numbers(l,r) { return typeof(l) === 'number' && typeof(r) === 'number' } argument
2857 Opal.rb_plus = function(l,r) { return are_both_numbers(l,r) ? l + r : l['$+'](r); } argument
2858 Opal.rb_minus = function(l,r) { return are_both_numbers(l,r) ? l - r : l['$-'](r); } argument
2859 Opal.rb_times = function(l,r) { return are_both_numbers(l,r) ? l * r : l['$*'](r); } argument
2860 Opal.rb_divide = function(l,r) { return are_both_numbers(l,r) ? l / r : l['$/'](r); } argument
2861 Opal.rb_lt = function(l,r) { return are_both_numbers(l,r) ? l < r : l['$<'](r); } argument
2862 Opal.rb_gt = function(l,r) { return are_both_numbers(l,r) ? l > r : l['$>'](r); } argument
2863 Opal.rb_le = function(l,r) { return are_both_numbers(l,r) ? l <= r : l['$<='](r); } argument
2864 Opal.rb_ge = function(l,r) { return are_both_numbers(l,r) ? l >= r : l['$>='](r); } argument
9224 function explode_sequences_in_character_set(set) { argument
23648 function is_set(set) { argument
23653 $def(self, '$superset?', function $Set_superset$ques$27(set) { argument
23668 $def(self, '$proper_superset?', function $Set_proper_superset$ques$29(set) { argument
23683 $def(self, '$subset?', function $Set_subset$ques$31(set) { argument
23697 $def(self, '$proper_subset?', function $Set_proper_subset$ques$33(set) { argument
23711 $def(self, '$intersect?', function $Set_intersect$ques$35(set) { argument
23730 $def(self, '$disjoint?', function $Set_disjoint$ques$38(set) { argument