Lines Matching refs:kDirOperationQueue
42 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(() => {
197 if (this[kDirOperationQueue] !== null) {