Home
last modified time | relevance | path

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

/third_party/node/lib/
Dinspector.js41 const connectionSymbol = Symbol('connectionProperty'); constant
49 this[connectionSymbol] = null;
55 if (this[connectionSymbol])
57 this[connectionSymbol] =
64 if (this[connectionSymbol])
66 this[connectionSymbol] =
107 if (!this[connectionSymbol]) {
118 this[connectionSymbol].dispatch(JSONStringify(message));
122 if (!this[connectionSymbol])
124 this[connectionSymbol].disconnect();
[all …]