(get)
| 42894 | , InternalMap; |
| 42895 | |
| 42896 | var wrapper = function(get){ |
| 42897 | return function WeakMap(){ |
| 42898 | return get(this, arguments.length > 0 ? arguments[0] : undefined); |
| 42899 | }; |
| 42900 | }; |
| 42901 | |
| 42902 | var methods = { |
| 42903 | // 23.3.3.3 WeakMap.prototype.get(key) |
no test coverage detected
searching dependent graphs…