()
| 414 | } |
| 415 | |
| 416 | function setupQuic() { |
| 417 | if (!getOptionValue('--experimental-quic')) { |
| 418 | return; |
| 419 | } |
| 420 | |
| 421 | const { BuiltinModule } = require('internal/bootstrap/realm'); |
| 422 | BuiltinModule.allowRequireByUsers('quic'); |
| 423 | } |
| 424 | |
| 425 | function setupVfs() { |
| 426 | if (!getOptionValue('--experimental-vfs')) { |
no test coverage detected