| /plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/ |
| D | index.cjs | 228 if (object['$respond_to?'].$$pristine && object.$method_missing.$$pristine) { 234 if (!object['$respond_to?'](method)) { 242 Opal.respond_to = function(obj, jsid, include_all) { 247 if (obj['$respond_to?'].$$pristine) { 255 return Opal.send(obj, obj['$respond_to?'], [jsid.substr(1), include_all]); 1509 // `Kernel#respond_to?` uses this property to detect a methods presence. 1748 else if (value['$respond_to?']('to_hash', true)) { 1773 else if (value['$respond_to?']('to_ary', true)) { 1797 else if (value['$respond_to?']('to_a', true)) { 1824 if (kwargs != null && Opal.respond_to(kwargs, '$to_hash', true)) { [all …]
|
| D | index.mjs | 219 if (object['$respond_to?'].$$pristine && object.$method_missing.$$pristine) { 225 if (!object['$respond_to?'](method)) { 233 Opal.respond_to = function(obj, jsid, include_all) { function 238 if (obj['$respond_to?'].$$pristine) { 246 return Opal.send(obj, obj['$respond_to?'], [jsid.substr(1), include_all]); 1500 // `Kernel#respond_to?` uses this property to detect a methods presence. 1739 else if (value['$respond_to?']('to_hash', true)) { 1764 else if (value['$respond_to?']('to_ary', true)) { 1788 else if (value['$respond_to?']('to_a', true)) { 1815 if (kwargs != null && Opal.respond_to(kwargs, '$to_hash', true)) { [all …]
|
| D | opal.js | 235 Opal.respond_to = function(obj, jsid, include_all) { function 1823 if (kwargs != null && Opal.respond_to(kwargs, '$to_hash', true)) { 2833 if (Opal.respond_to(error, '$full_message')) { 4631 …var $truthy = Opal.truthy, $coerce_to = Opal.coerce_to, $respond_to = Opal.respond_to, $Opal = Opa… 7248 …var $coerce_to = Opal.coerce_to, $respond_to = Opal.respond_to, $global_multiline_regexp = Opal.gl… 12649 …te = Opal.hash_delete, $coerce_to = Opal.coerce_to, $respond_to = Opal.respond_to, $deny_frozen_ac…
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/ |
| D | asciidoctor.cjs | 5057 …Opal.add_stubs('attr_reader,each,respond_to?,composed,init_backend_traits,backend_traits,new,[]=,f… 5087 if ($truthy(converter['$respond_to?']("composed"))) { 5140 …clear,send,extend,private_class_method,node_name,+,name,receiver,warn,logger,respond_to?,content'); 5500 return self['$respond_to?']("convert_" + (transform)) 5517 …arn,logger,content,convert,postprocessors?,postprocessors,record,write,respond_to?,chomp,class,wri… 6352 if ($truthy(target['$respond_to?']("write"))) { 6360 …$eqeqeq($$$('String'), target))) && ($truthy(self.converter.$class()['$respond_to?']("write_altern… 9727 …,[]=,fetch,!=,cursor_at_mark,warn,logger,message_with_context,pop,push,respond_to?,reverse_each,ne… 10111 if ($truthy(lines_to_restore['$respond_to?']("reverse"))) { 12106 Opal.add_stubs('respond_to?,write,+,chomp,include'); [all …]
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/ |
| D | asciidoctor.min.js | 31 …nd_to?"](e)||l.type_error(a,c);null==r&&(r=[]);return l.send(a,e,r)};l.respond_to=function(a,c,e){… function 53 …urn[a]};l.extract_kwargs=function(a){var c=a[a.length-1];if(null!=c&&l.respond_to(c,"$to_hash",!0)… 72 …hen(function(){if(!l.promise_unhandled_exception)return a(l)})["catch"](function(a){l.respond_to(a, 120 Opal.modules["corelib/kernel"]=function(b){var n=b.truthy,x=b.coerce_to,D=b.respond_to,q=b.Opal,E=b… 192 Opal.modules["corelib/string"]=function(b){var n=b.coerce_to,x=b.respond_to,D=b.global_multiline_re… 321 …q=b.yield1,E=b.hash_get,B=b.hash_put,A=b.hash_delete,z=b.coerce_to,m=b.respond_to,v=b.deny_frozen_…
|
| D | asciidoctor.js | 238 Opal.respond_to = function(obj, jsid, include_all) { function 1826 if (kwargs != null && Opal.respond_to(kwargs, '$to_hash', true)) { 2836 if (Opal.respond_to(error, '$full_message')) { 4634 …var $truthy = Opal.truthy, $coerce_to = Opal.coerce_to, $respond_to = Opal.respond_to, $Opal = Opa… 7251 …var $coerce_to = Opal.coerce_to, $respond_to = Opal.respond_to, $global_multiline_regexp = Opal.gl… 12652 …te = Opal.hash_delete, $coerce_to = Opal.coerce_to, $respond_to = Opal.respond_to, $deny_frozen_ac…
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/ |
| D | asciidoctor.js | 235 Opal.respond_to = function(obj, jsid, include_all) { function 1823 if (kwargs != null && Opal.respond_to(kwargs, '$to_hash', true)) { 2833 if (Opal.respond_to(error, '$full_message')) { 4631 …var $truthy = Opal.truthy, $coerce_to = Opal.coerce_to, $respond_to = Opal.respond_to, $Opal = Opa… 7248 …var $coerce_to = Opal.coerce_to, $respond_to = Opal.respond_to, $global_multiline_regexp = Opal.gl… 12649 …te = Opal.hash_delete, $coerce_to = Opal.coerce_to, $respond_to = Opal.respond_to, $deny_frozen_ac…
|