Lines Matching +defs:l +defs:set

2191       set: function(new_value) {  method
2587 set: function(_val) { $deny_frozen_access(obj); }, method
2846 function are_both_numbers(l,r) { return typeof(l) === 'number' && typeof(r) === 'number' } argument
2848 Opal.rb_plus = function(l,r) { return are_both_numbers(l,r) ? l + r : l['$+'](r); }; argument
2849 Opal.rb_minus = function(l,r) { return are_both_numbers(l,r) ? l - r : l['$-'](r); }; argument
2850 Opal.rb_times = function(l,r) { return are_both_numbers(l,r) ? l * r : l['$*'](r); }; argument
2851 Opal.rb_divide = function(l,r) { return are_both_numbers(l,r) ? l / r : l['$/'](r); }; argument
2852 Opal.rb_lt = function(l,r) { return are_both_numbers(l,r) ? l < r : l['$<'](r); }; argument
2853 Opal.rb_gt = function(l,r) { return are_both_numbers(l,r) ? l > r : l['$>'](r); }; argument
2854 Opal.rb_le = function(l,r) { return are_both_numbers(l,r) ? l <= r : l['$<='](r); }; argument
2855 Opal.rb_ge = function(l,r) { return are_both_numbers(l,r) ? l >= r : l['$>='](r); }; argument
8881 function explode_sequences_in_character_set(set) { argument
22292 function is_set(set) { argument
22296 $def(self, '$superset?', function $Set_superset$ques$27(set) { argument
22310 $def(self, '$proper_superset?', function $Set_proper_superset$ques$29(set) { argument
22324 $def(self, '$subset?', function $Set_subset$ques$31(set) { argument
22337 $def(self, '$proper_subset?', function $Set_proper_subset$ques$33(set) { argument
22350 $def(self, '$intersect?', function $Set_intersect$ques$35(set) { argument
22368 $def(self, '$disjoint?', function $Set_disjoint$ques$38(set) { argument