MCPcopy Index your code
hub / github.com/socketio/socket.io / _assertThisInitialized

Function _assertThisInitialized

client-dist/socket.io.js:141–146  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

139 return _wrapNativeSuper(Class);
140 }
141 function _assertThisInitialized(self) {
142 if (self === void 0) {
143 throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
144 }
145 return self;
146 }
147 function _possibleConstructorReturn(self, call) {
148 if (call && (typeof call === "object" || typeof call === "function")) {
149 return call;

Callers 5

TransportFunction · 0.85
RequestFunction · 0.85
SocketFunction · 0.85
ManagerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected