(that)
| 1691 | } return that; |
| 1692 | } |
| 1693 | function leakStore(that){ |
| 1694 | return that[LEAK] || hidden(that, LEAK, new Map)[LEAK]; |
| 1695 | } |
| 1696 | |
| 1697 | var weakMethods = { |
| 1698 | // 23.3.3.2 WeakMap.prototype.delete(key) |
no outgoing calls
no test coverage detected