Home
last modified time | relevance | path

Searched refs:const_missing (Results 1 – 6 of 6) sorted by relevance

/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dindex.mjs351 // Call const_missing if nothing else worked
352 function const_missing(cref, name) { function
353 return (cref || _Object).$const_missing(name);
356 // Look for the constant just in the current cref or call `#const_missing`
369 return result != null || skip_missing ? result : const_missing(cref, name);
372 // Look for the constant relative to a cref or call `#const_missing` (when the
407 return result != null || skip_missing ? result : const_missing(cref, name);
414 // cref ancestors or call `#const_missing` (when the constant has no :: prefix).
435 return result != null || skip_missing ? result : const_missing(cref, name);
3661 $def(self, '$const_missing', function $$const_missing(name) {
Dindex.cjs360 // Call const_missing if nothing else worked
361 function const_missing(cref, name) {
362 return (cref || _Object).$const_missing(name);
365 // Look for the constant just in the current cref or call `#const_missing`
378 return result != null || skip_missing ? result : const_missing(cref, name);
381 // Look for the constant relative to a cref or call `#const_missing` (when the
416 return result != null || skip_missing ? result : const_missing(cref, name);
423 // cref ancestors or call `#const_missing` (when the constant has no :: prefix).
444 return result != null || skip_missing ? result : const_missing(cref, name);
3670 $def(self, '$const_missing', function $$const_missing(name) {
Dopal.js354 function const_missing(cref, name) { function
371 return result != null || skip_missing ? result : const_missing(cref, name);
409 return result != null || skip_missing ? result : const_missing(cref, name);
437 return result != null || skip_missing ? result : const_missing(cref, name);
/plugin/highlightjs/highlight/
Dhighlight.pack.js1 …ct!":1,compact:1,"compact!":1,concat:1,"const_defined?":1,const_get:1,const_missing:1,const_set:1,… property
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js354 function const_missing(cref, name) { function
371 return result != null || skip_missing ? result : const_missing(cref, name);
409 return result != null || skip_missing ? result : const_missing(cref, name);
437 return result != null || skip_missing ? result : const_missing(cref, name);
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js357 function const_missing(cref, name) { function
374 return result != null || skip_missing ? result : const_missing(cref, name);
412 return result != null || skip_missing ? result : const_missing(cref, name);
440 return result != null || skip_missing ? result : const_missing(cref, name);