Home
last modified time | relevance | path

Searched refs:allow_stubs (Results 1 – 5 of 5) sorted by relevance

/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dopal.js1606 Opal.find_super = function(obj, mid, current_func, defcheck, allow_stubs) { argument
1632 return (super_method.$$stub && !allow_stubs) ? null : super_method;
Dindex.mjs1598 Opal.find_super = function(obj, mid, current_func, defcheck, allow_stubs) { argument
1624 return (super_method.$$stub && !allow_stubs) ? null : super_method;
Dindex.cjs1607 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/
Dasciidoctor.js1606 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/
Dasciidoctor.js1609 Opal.find_super = function(obj, mid, current_func, defcheck, allow_stubs) { argument
1635 return (super_method.$$stub && !allow_stubs) ? null : super_method;