(obj, prop)
| 139 | } |
| 140 | |
| 141 | function hop(obj, prop) { |
| 142 | return Object.prototype.hasOwnProperty.call(obj, prop) |
| 143 | } |
| 144 | |
| 145 | function representSimpleObj(val) { |
| 146 | let out = "{", name = constructorName(val) |
no outgoing calls
no test coverage detected