()
| 120 | |
| 121 | let bundledRootCertificates; |
| 122 | function cacheBundledRootCertificates() { |
| 123 | bundledRootCertificates ||= ObjectFreeze(getBundledRootCertificates()); |
| 124 | |
| 125 | return bundledRootCertificates; |
| 126 | } |
| 127 | |
| 128 | ObjectDefineProperty(exports, 'rootCertificates', { |
| 129 | __proto__: null, |
no outgoing calls
no test coverage detected
searching dependent graphs…