MCPcopy Index your code
hub / github.com/Raynos/function-bind / Empty

Function Empty

implementation.js:77–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75
76 if (target.prototype) {
77 var Empty = function Empty() {};
78 Empty.prototype = target.prototype;
79 bound.prototype = new Empty();
80 Empty.prototype = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…