Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dnodejs.js494 $defs(self, '$realpath', function $$realpath(pathname, dir_string, cache) { argument
500 if (dir_string == null) dir_string = nil;
502 if ($truthy(dir_string)) {
503 pathname = self.$join(dir_string, pathname)
Dindex.cjs23839 $defs(self, '$realpath', function $$realpath(pathname, dir_string, cache) {
23843 if (dir_string == null) dir_string = nil;
23845 if ($truthy(dir_string)) {
23846 pathname = self.$join(dir_string, pathname);