Searched refs:const_missing (Results 1 – 6 of 6) sorted by relevance
| /plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/ |
| D | index.mjs | 351 // 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) {
|
| D | index.cjs | 360 // 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) {
|
| D | opal.js | 354 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/ |
| D | highlight.pack.js | 1 …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/ |
| D | asciidoctor.js | 354 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/ |
| D | asciidoctor.js | 357 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);
|