Lines Matching refs:include_all
233 Opal.respond_to = function(obj, jsid, include_all) { argument
235 include_all = !!include_all;
243 return Opal.send(obj, obj['$respond_to_missing?'], [jsid.substr(1), include_all]);
246 return Opal.send(obj, obj['$respond_to?'], [jsid.substr(1), include_all]);
3118 $defs(self, '$respond_to?', function $Opal_respond_to$ques$3(obj, method, include_all) { argument
3121 if (include_all == null) include_all = false;
3126 return obj['$respond_to?'](method, include_all);
4497 …'$respond_to_missing?', function $BasicObject_respond_to_missing$ques$5(method_name, include_all) { argument
5328 $def(self, '$respond_to?', function $Kernel_respond_to$ques$15(name, include_all) { argument
5332 if (include_all == null) include_all = false;
5343 return self['$respond_to_missing?'](name, include_all);
5347 …lf, '$respond_to_missing?', function $Kernel_respond_to_missing$ques$16(method_name, include_all) { argument