(serialized)
| 414 | } |
| 415 | |
| 416 | [kOnErrorMessage](serialized) { |
| 417 | // This is what is called for uncaught exceptions. |
| 418 | const error = deserializeError(serialized); |
| 419 | this.emit('error', error); |
| 420 | } |
| 421 | |
| 422 | [kOnMessage](message) { |
| 423 | switch (message.type) { |
nothing calls this directly
no test coverage detected