Home
last modified time | relevance | path

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

/third_party/node/lib/internal/process/
Dexecution.js30 function tryGetCwd() { function
61 const cwd = tryGetCwd();
215 tryGetCwd, property
/third_party/node/lib/internal/util/
Dinspector.js25 const { tryGetCwd } = require('internal/process/execution');
29 const cwd = tryGetCwd();
/third_party/node/lib/internal/bootstrap/
Dpre_execution.js141 const cwd = require('internal/process/execution').tryGetCwd();