(separator?: string)
| 140 | }, |
| 141 | |
| 142 | join(separator?: string) { |
| 143 | return reactiveReadArray(this).join(separator) |
| 144 | }, |
| 145 | |
| 146 | // keys() iterator only reads `length`, no optimization required |
| 147 |
nothing calls this directly
no test coverage detected