(message: string)
| 615 | } = ReactSharedInternals; |
| 616 | |
| 617 | function throwTaintViolation(message: string) { |
| 618 | // eslint-disable-next-line react-internal/prod-error-codes |
| 619 | throw new Error(message); |
| 620 | } |
| 621 | |
| 622 | function cleanupTaintQueue(request: Request): void { |
| 623 | const cleanupQueue = request.taintCleanupQueue; |
no outgoing calls
no test coverage detected