Home
last modified time | relevance | path

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

/third_party/node/lib/internal/worker/
Dio.js69 const kIncrementsPortRef = Symbol('kIncrementsPortRef'); constant
336 this[kIncrementsPortRef] = true;
339 if (this[kStartedReading] && this[kIncrementsPortRef]) {
347 if (!this[kStartedReading] && this[kIncrementsPortRef]) {
542 kIncrementsPortRef, property
/third_party/node/lib/internal/
Dworker.js50 kIncrementsPortRef,
223 stdout[kIncrementsPortRef] = false;
228 stderr[kIncrementsPortRef] = false;