Searched refs:current_func (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 1611 var current_index = ancestors.indexOf(current_func.$$owner); 1636 Opal.find_block_super = function(obj, jsid, current_func, defcheck, implicit) { argument 1639 if (!current_func) { 1643 if (implicit && current_func.$$define_meth) { 1650 if (current_func.$$def) { 1651 call_jsid = current_func.$$jsid; 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 1603 var current_index = ancestors.indexOf(current_func.$$owner); 1628 Opal.find_block_super = function(obj, jsid, current_func, defcheck, implicit) { argument 1631 if (!current_func) { 1635 if (implicit && current_func.$$define_meth) { 1642 if (current_func.$$def) { 1643 call_jsid = current_func.$$jsid; 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) { 1612 var current_index = ancestors.indexOf(current_func.$$owner); 1637 Opal.find_block_super = function(obj, jsid, current_func, defcheck, implicit) { 1640 if (!current_func) { 1644 if (implicit && current_func.$$define_meth) { 1651 if (current_func.$$def) { 1652 call_jsid = current_func.$$jsid; 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 1611 var current_index = ancestors.indexOf(current_func.$$owner); 1636 Opal.find_block_super = function(obj, jsid, current_func, defcheck, implicit) { argument 1639 if (!current_func) { 1643 if (implicit && current_func.$$define_meth) { 1650 if (current_func.$$def) { 1651 call_jsid = current_func.$$jsid; 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 1614 var current_index = ancestors.indexOf(current_func.$$owner); 1639 Opal.find_block_super = function(obj, jsid, current_func, defcheck, implicit) { argument 1642 if (!current_func) { 1646 if (implicit && current_func.$$define_meth) { 1653 if (current_func.$$def) { 1654 call_jsid = current_func.$$jsid; 1657 return Opal.find_super(obj, call_jsid, current_func, defcheck);
|