Home
last modified time | relevance | path

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

/third_party/node/lib/
D_tls_wrap.js89 const kErrorEmitted = Symbol('error-emitted'); constant
1044 if (!this._controlReleased && !this[kErrorEmitted]) {
1045 this[kErrorEmitted] = true;
1061 if (!this._controlReleased && !this[kErrorEmitted]) {
1062 this[kErrorEmitted] = true;
1090 socket[kErrorEmitted] = false;