Home
last modified time | relevance | path

Searched refs:method_added (Results 1 – 2 of 2) sorted by relevance

/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dindex.mjs2043 if (module.$method_added && !module.$method_added.$$stub && !singleton_of) {
2044 module.$method_added(name);
3850 $def(self, '$method_added', function $$method_added($a) {
Dindex.cjs2052 if (module.$method_added && !module.$method_added.$$stub && !singleton_of) {
2053 module.$method_added(name);
3859 $def(self, '$method_added', function $$method_added($a) {