()
| 6778 | #buffer; |
| 6779 | #dataView; |
| 6780 | constructor() |
| 6781 | { |
| 6782 | this.#buffer = new ArrayBuffer(32); |
| 6783 | this.#dataView = new DataView(this.#buffer); |
| 6784 | this.addr = 0x0n; |
| 6785 | this.spaceTable = 0x0n; |
| 6786 | this.portObject = 0x0n; |
| 6787 | this.launchdTask = 0x0n; |
| 6788 | } |
| 6789 | get addr() |
| 6790 | { |
| 6791 | return this.#dataView.getBigUint64(0,true); |
nothing calls this directly
no outgoing calls
no test coverage detected