(object, property)
| 106902 | } |
| 106903 | const hop = Object.prototype.hasOwnProperty; |
| 106904 | function has(object, property) { |
| 106905 | return hop.call(object, property); |
| 106906 | } |
| 106907 | const NULL = {}; |
| 106908 | function fastmap(input) { |
| 106909 | let obj = {}, test; |
no outgoing calls
no test coverage detected