(object)
| 71001 | return this; |
| 71002 | } |
| 71003 | toObject(object) { |
| 71004 | object.x = this[0]; |
| 71005 | object.y = this[1]; |
| 71006 | object.z = this[2]; |
| 71007 | object.w = this[3]; |
| 71008 | return object; |
| 71009 | } |
| 71010 | get ELEMENTS() { |
| 71011 | return 4; |
| 71012 | } |
nothing calls this directly
no outgoing calls
no test coverage detected