()
| 285 | } |
| 286 | |
| 287 | #skipReporting() { |
| 288 | return this.#reportedChildren > 0 && (!this.error || this.error.failureType === kSubtestsFailed); |
| 289 | } |
| 290 | #checkNestedComment(comment) { |
| 291 | const firstSpaceIndex = StringPrototypeIndexOf(comment, ' '); |
| 292 | if (firstSpaceIndex === -1) return false; |
no outgoing calls
no test coverage detected