(get)
| 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) |
no test coverage detected