Searched refs:connectionSymbol (Results 1 – 1 of 1) sorted by relevance
41 const connectionSymbol = Symbol('connectionProperty'); constant49 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 …]