Home
last modified time | relevance | path

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

/third_party/node/lib/internal/fs/
Ddir.js42 const kDirOperationQueue = Symbol('kDirOperationQueue'); constant
54 this[kDirOperationQueue] = null;
89 if (this[kDirOperationQueue] !== null) {
90 this[kDirOperationQueue].push(() => {
108 const queue = this[kDirOperationQueue];
109 this[kDirOperationQueue] = null;
121 this[kDirOperationQueue] = [];
134 if (this[kDirOperationQueue] !== null) {
179 if (this[kDirOperationQueue] !== null) {
180 this[kDirOperationQueue].push(() => {
[all …]