(ta)
| 709 | return ta[2]; |
| 710 | } |
| 711 | function HasElement2(ta) { |
| 712 | return 2 in ta; |
| 713 | } |
| 714 | |
| 715 | const rab = CreateResizableArrayBuffer(16, 40); |
| 716 | const i8a = new Int8Array(rab, 0, 4); |
no outgoing calls
no test coverage detected
searching dependent graphs…