(privateSymbol)
| 1000 | }); |
| 1001 | |
| 1002 | function assertPrivateSymbol(privateSymbol) { |
| 1003 | if (privateSymbol !== kPrivateConstructor) { |
| 1004 | throw new ERR_ILLEGAL_CONSTRUCTOR(); |
| 1005 | } |
| 1006 | } |
| 1007 | |
| 1008 | // QUIC error codes are 62-bit varints (RFC 9000 section 16). The |
| 1009 | // maximum representable code is 2**62 - 1. |
no outgoing calls
no test coverage detected