()
| 232 | } |
| 233 | |
| 234 | emitDestroy() { |
| 235 | if (this[destroyedSymbol] !== undefined) { |
| 236 | this[destroyedSymbol].destroyed = true; |
| 237 | } |
| 238 | emitDestroy(this[async_id_symbol]); |
| 239 | return this; |
| 240 | } |
| 241 | |
| 242 | asyncId() { |
| 243 | return this[async_id_symbol]; |
no outgoing calls
no test coverage detected