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

Function _superPropBase

client-dist/socket.io.js:169–175  ·  view source on GitHub ↗
(object, property)

Source from the content-addressed store, hash-verified

167 };
168 }
169 function _superPropBase(object, property) {
170 while (!Object.prototype.hasOwnProperty.call(object, property)) {
171 object = _getPrototypeOf(object);
172 if (object === null) break;
173 }
174 return object;
175 }
176 function _get() {
177 if (typeof Reflect !== "undefined" && Reflect.get) {
178 _get = Reflect.get.bind();

Callers 1

_getFunction · 0.85

Calls 1

_getPrototypeOfFunction · 0.85

Tested by

no test coverage detected