Lines Matching refs:connectionSymbol
41 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();
125 this[connectionSymbol] = null;