(it)
| 3454 | return D; |
| 3455 | }; |
| 3456 | var $getOwnPropertyNames = function getOwnPropertyNames(it){ |
| 3457 | var names = getNames(toIObject(it)) |
| 3458 | , result = [] |
| 3459 | , i = 0 |
| 3460 | , key; |
| 3461 | while(names.length > i)if(!has(AllSymbols, key = names[i++]) && key != HIDDEN)result.push(key); |
| 3462 | return result; |
| 3463 | }; |
| 3464 | var $getOwnPropertySymbols = function getOwnPropertySymbols(it){ |
| 3465 | var names = getNames(toIObject(it)) |
| 3466 | , result = [] |
nothing calls this directly
no outgoing calls
no test coverage detected