| 155 | export class Short extends VariableMixin(View2) {} |
| 156 | // Int was already taken by int64.mjs |
| 157 | export class Word extends VariableMixin(View4) {} |
| 158 | |
| 159 | export class LongArray { |
| 160 | constructor(length) { |
nothing calls this directly
no outgoing calls
no test coverage detected