()
| 19 | Object.defineProperties(a, { |
| 20 | one: { enumerable: true, value: 'one' }, |
| 21 | two: { enumerable: false, value() {} }, |
| 22 | }); |
| 23 | if (typeof Symbol !== 'undefined') { |
| 24 | const s = Symbol('s'); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…