Home
last modified time | relevance | path

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

/third_party/node/lib/internal/fs/
Ddir.js35 const kDirPath = Symbol('kDirPath'); constant
49 this[kDirPath] = path;
71 return this[kDirPath];
99 process.nextTick(getDirent, this[kDirPath], name, type, callback);
101 getDirent(this[kDirPath], name, type, callback);
118 getDirent(this[kDirPath], result[0], result[1], callback);
140 return getDirent(this[kDirPath], name, type);
143 const ctx = { path: this[kDirPath] };
157 return getDirent(this[kDirPath], result[0], result[1]);
202 const ctx = { path: this[kDirPath] };