| 1 | // Flags: --experimental-quic --no-warnings |
| 2 | |
| 3 | // Test: QuicSession.destroy(error, options) validates `options` up front, |
| 4 | // before any side effects. A malformed `options` argument must throw |
nothing calls this directly
no test coverage detected