Searched refs:kDirOperationQueue (Results 1 – 1 of 1) sorted by relevance
42 const kDirOperationQueue = Symbol('kDirOperationQueue'); constant54 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 …]