Home
last modified time | relevance | path

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

/third_party/node/lib/internal/worker/
Dio.js48 const kIncrementsPortRef = Symbol('kIncrementsPortRef'); constant
207 this[kIncrementsPortRef] = true;
210 if (this[kStartedReading] && this[kIncrementsPortRef]) {
218 if (!this[kStartedReading] && this[kIncrementsPortRef]) {
289 kIncrementsPortRef, property
/third_party/node/lib/internal/
Dworker.js48 kIncrementsPortRef,
217 stdout[kIncrementsPortRef] = false;
222 stderr[kIncrementsPortRef] = false;