(s, o)
| 29425 | return ((s = coerceElementMatchingCallback(s)), this.elements.find(s, o)) |
| 29426 | } |
| 29427 | forEach(s, o) { |
| 29428 | this.elements.forEach(s, o) |
| 29429 | } |
| 29430 | reduce(s, o) { |
| 29431 | return this.elements.reduce(s, o) |
| 29432 | } |
no outgoing calls
no test coverage detected