Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ path
Method
path
lib/internal/fs/dir.js:77–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75
}
76
77
get path() {
78
if
(!(#path in this))
79
throw
new
ERR_INVALID_THIS(
'Dir'
);
80
return
this.#path;
81
}
82
83
#processHandlerQueue() {
84
while
(this.#handlerQueue.length > 0) {
Callers
15
import-cjs.js
File · 0.45
main
Function · 0.45
main
Function · 0.45
test-repl-external-module.js
File · 0.45
test-output-abort.mjs
File · 0.45
test-output-randomize-nested-scenarios-output-cli-none.mjs
File · 0.45
test-output-no-tests.mjs
File · 0.45
test-output-eval-spec.mjs
File · 0.45
test-output-spec-reporter-successful.mjs
File · 0.45
test-output-async-test-scheduling.mjs
File · 0.45
test-output-spec-reporter.mjs
File · 0.45
test-output-global-hooks-with-no-tests.mjs
File · 0.45
Calls
no outgoing calls
Tested by
6
test
Function · 0.36
test
Function · 0.36
test
Function · 0.36
test
Function · 0.36
test
Function · 0.36
test
Function · 0.36