Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-require-symlink.js57 const linkScript = './linkscript.js'; constant
65 fs.symlinkSync(linkScriptTarget, linkScript);
74 const child = spawn(node, ['--preserve-symlinks', linkScript]);
81 const childEnv = spawn(node, [linkScript], {
91 const worker = new Worker(linkScript, {
104 const workerArgv = new Worker(linkScript, {