(error)
| 155 | } |
| 156 | |
| 157 | function fromBuffer(error) { |
| 158 | return Buffer.from(TypedArrayPrototypeGetBuffer(error), |
| 159 | TypedArrayPrototypeGetByteOffset(error) + 1, |
| 160 | TypedArrayPrototypeGetByteLength(error) - 1); |
| 161 | } |
| 162 | |
| 163 | let deserialize; |
| 164 | function deserializeError(error) { |
no test coverage detected
searching dependent graphs…