()
| 51 | // https://github.com/nodejs/node/blob/master/lib/events.js#L5 |
| 52 | // https://cnodejs.org/topic/571e0c445a26c4a841ecbcf1 |
| 53 | function EmptyObject() {} |
| 54 | EmptyObject.prototype = Object.create(null); |
| 55 | |
| 56 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…