MCPcopy Index your code
hub / github.com/RubyLouvre/anu / wrapper

Function wrapper

test/babel.js:48596–48600  ·  view source on GitHub ↗
(get)

Source from the content-addressed store, hash-verified

48594 InternalMap;
48595
48596 var wrapper = function wrapper(get) {
48597 return function WeakMap() {
48598 return get(this, arguments.length > 0 ? arguments[0] : undefined);
48599 };
48600 };
48601
48602 var methods = {
48603 // 23.3.3.3 WeakMap.prototype.get(key)

Callers 3

plainFunctionFunction · 0.85
babel.jsFile · 0.85
_loopFunction · 0.85

Calls 1

getFunction · 0.70

Tested by

no test coverage detected