Lines Matching refs:include_all
235 Opal.respond_to = function(obj, jsid, include_all) { argument
237 include_all = !!include_all;
245 return Opal.send(obj, obj['$respond_to_missing?'], [jsid.substr(1), include_all]);
248 return Opal.send(obj, obj['$respond_to?'], [jsid.substr(1), include_all]);
3136 $defs(self, '$respond_to?', function $Opal_respond_to$ques$3(obj, method, include_all) { argument
3139 if (include_all == null) include_all = false;
3145 return obj['$respond_to?'](method, include_all);
4620 …'$respond_to_missing?', function $BasicObject_respond_to_missing$ques$5(method_name, include_all) { argument
4623 if (include_all == null) include_all = false;
5508 $def(self, '$respond_to?', function $Kernel_respond_to$ques$15(name, include_all) { argument
5512 if (include_all == null) include_all = false;
5523 return self['$respond_to_missing?'](name, include_all);
5528 …lf, '$respond_to_missing?', function $Kernel_respond_to_missing$ques$16(method_name, include_all) { argument
5531 if (include_all == null) include_all = false;