| 1374 | // we corrupt that instead for arbitrary read/write. pipe.pipe_map will be |
| 1375 | // clobbered with zeros but that's okay |
| 1376 | class KernelMemory { |
| 1377 | constructor(main_sd, worker_sd, pipes, pipe_addr) { |
| 1378 | this.main_sd = main_sd; |
| 1379 | this.worker_sd = worker_sd; |
nothing calls this directly
no outgoing calls
no test coverage detected