(x, y)
| 69870 | return out; |
| 69871 | } |
| 69872 | function fromValues(x, y) { |
| 69873 | var out = new _commonJs.ARRAY_TYPE(2); |
| 69874 | out[0] = x; |
| 69875 | out[1] = y; |
| 69876 | return out; |
| 69877 | } |
| 69878 | function copy(out, a) { |
| 69879 | out[0] = a[0]; |
| 69880 | out[1] = a[1]; |
nothing calls this directly
no outgoing calls
no test coverage detected