| 167 | // the relative read/write methods expect the offset to be a unsigned 32-bit |
| 168 | // integer |
| 169 | export class Memory { |
| 170 | constructor(main, worker, obj, addr_addr, fake_addr) { |
| 171 | this._main = main; |
| 172 | this._worker = worker; |
nothing calls this directly
no outgoing calls
no test coverage detected