(init)
| 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 |
no outgoing calls
no test coverage detected
searching dependent graphs…