Searched refs:allow_stubs (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 1632 return (super_method.$$stub && !allow_stubs) ? null : super_method;
|
| D | index.mjs | 1598 Opal.find_super = function(obj, mid, current_func, defcheck, allow_stubs) { argument 1624 return (super_method.$$stub && !allow_stubs) ? null : super_method;
|
| D | index.cjs | 1607 Opal.find_super = function(obj, mid, current_func, defcheck, allow_stubs) { 1633 return (super_method.$$stub && !allow_stubs) ? null : super_method;
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/ |
| D | asciidoctor.js | 1606 Opal.find_super = function(obj, mid, current_func, defcheck, allow_stubs) { argument 1632 return (super_method.$$stub && !allow_stubs) ? null : super_method;
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/ |
| D | asciidoctor.js | 1609 Opal.find_super = function(obj, mid, current_func, defcheck, allow_stubs) { argument 1635 return (super_method.$$stub && !allow_stubs) ? null : super_method;
|