MCPcopy
hub / github.com/socketio/socket.io / _extends

Function _extends

packages/socket.io/client-dist/socket.io.js:86–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 };
85 }
86 function _extends() {
87 return _extends = Object.assign ? Object.assign.bind() : function (n) {
88 for (var e = 1; e < arguments.length; e++) {
89 var t = arguments[e];
90 for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
91 }
92 return n;
93 }, _extends.apply(null, arguments);
94 }
95 function _getPrototypeOf(t) {
96 return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) {
97 return t.__proto__ || Object.getPrototypeOf(t);

Callers 3

socket.io.jsFile · 0.85
SocketWithoutUpgradeFunction · 0.85
SocketFunction · 0.85

Calls 2

bindMethod · 0.80
applyMethod · 0.80

Tested by

no test coverage detected