(resultSet, num)
| 25 | var hasOwn = {}.hasOwnProperty; |
| 26 | |
| 27 | function _parseNumber (resultSet, num) { |
| 28 | resultSet[num] = true; |
| 29 | } |
| 30 | |
| 31 | function _parseObject (resultSet, object) { |
| 32 | if (object.toString !== Object.prototype.toString && !object.toString.toString().includes('[native code]')) { |
no outgoing calls
no test coverage detected
searching dependent graphs…