Searched refs:_reading (Results 1 – 5 of 5) sorted by relevance
33 const _reading = Symbol('_reading') constant53 this[_reading] = false95 if (!this[_reading]) {96 this[_reading] = true106 this[_reading] = false121 this[_reading] = true174 if (!this[_reading]) {175 this[_reading] = true183 this[_reading] = false
42 this._reading = false51 if (this._reading || this.destroyed) return52 this._reading = true58 self._reading = false
47 this._reading = false59 self._reading = false66 if (this._reading || this.destroyed) return67 this._reading = true
687 self._reading = "r" in mode735 return self._reading
2077 …/github.com/nodejs/node/commit/755461219d)] - **tls**: fix typo `handle._reading` => `handle.readi…