| 158 | export class Word extends VariableMixin(View4) {} |
| 159 | |
| 160 | export class LongArray { |
| 161 | constructor(length) { |
| 162 | this.buffer = new DataView(new ArrayBuffer(length * 8)); |
| 163 | } |
nothing calls this directly
no outgoing calls
no test coverage detected