MCPcopy
hub / github.com/rollup/rollup / wrapper

Function wrapper

test/form/samples/supports-core-js/_expected.js:16895–16899  ·  view source on GitHub ↗
(init)

Source from the content-addressed store, hash-verified

16893 var InternalWeakMap;
16894
16895 var wrapper = function (init) {
16896 return function WeakMap() {
16897 return init(this, arguments.length ? arguments[0] : undefined);
16898 };
16899 };
16900
16901 // `WeakMap` constructor
16902 // https://tc39.es/ecma262/#sec-weakmap-constructor

Callers 6

requireCollectionFunction · 0.70
requireCollectionStrongFunction · 0.70
requireCollectionWeakFunction · 0.70
testHelpers.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…