()
| 69 | } |
| 70 | |
| 71 | private initPoll() { |
| 72 | this.byteLength = 1024 * 100; |
| 73 | this.platformBuffer = alloc(this.byteLength); |
| 74 | this.dataView = new DataView(this.platformBuffer.buffer, this.platformBuffer.byteOffset); |
| 75 | } |
| 76 | |
| 77 | reserve(len: number) { |
| 78 | this.reserved += len; |
no outgoing calls
no test coverage detected