(s)
| 5640 | }) |
| 5641 | } |
| 5642 | function getKeys(s) { |
| 5643 | return Object.keys(s).concat( |
| 5644 | (function getEnumerableOwnPropertySymbols(s) { |
| 5645 | return Object.getOwnPropertySymbols |
| 5646 | ? Object.getOwnPropertySymbols(s).filter(function (o) { |
| 5647 | return Object.propertyIsEnumerable.call(s, o) |
| 5648 | }) |
| 5649 | : [] |
| 5650 | })(s) |
| 5651 | ) |
| 5652 | } |
| 5653 | function propertyIsOnObject(s, o) { |
| 5654 | try { |
| 5655 | return o in s |
no test coverage detected