Searched refs:defcheck (Results 1 – 5 of 5) sorted by relevance
| /plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/ |
| D | opal.js | 1606 Opal.find_super = function(obj, mid, current_func, defcheck, allow_stubs) { argument 1627 if (!defcheck && super_method && super_method.$$stub && obj.$method_missing.$$pristine) { 1636 Opal.find_block_super = function(obj, jsid, current_func, defcheck, implicit) { argument 1654 return Opal.find_super(obj, call_jsid, current_func, defcheck);
|
| D | index.mjs | 1598 Opal.find_super = function(obj, mid, current_func, defcheck, allow_stubs) { argument 1619 if (!defcheck && super_method && super_method.$$stub && obj.$method_missing.$$pristine) { 1628 Opal.find_block_super = function(obj, jsid, current_func, defcheck, implicit) { argument 1646 return Opal.find_super(obj, call_jsid, current_func, defcheck);
|
| D | index.cjs | 1607 Opal.find_super = function(obj, mid, current_func, defcheck, allow_stubs) { 1628 if (!defcheck && super_method && super_method.$$stub && obj.$method_missing.$$pristine) { 1637 Opal.find_block_super = function(obj, jsid, current_func, defcheck, implicit) { 1655 return Opal.find_super(obj, call_jsid, current_func, defcheck);
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/ |
| D | asciidoctor.js | 1606 Opal.find_super = function(obj, mid, current_func, defcheck, allow_stubs) { argument 1627 if (!defcheck && super_method && super_method.$$stub && obj.$method_missing.$$pristine) { 1636 Opal.find_block_super = function(obj, jsid, current_func, defcheck, implicit) { argument 1654 return Opal.find_super(obj, call_jsid, current_func, defcheck);
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/ |
| D | asciidoctor.js | 1609 Opal.find_super = function(obj, mid, current_func, defcheck, allow_stubs) { argument 1630 if (!defcheck && super_method && super_method.$$stub && obj.$method_missing.$$pristine) { 1639 Opal.find_block_super = function(obj, jsid, current_func, defcheck, implicit) { argument 1657 return Opal.find_super(obj, call_jsid, current_func, defcheck);
|