()
| 130 | |
| 131 | let webcrypto; |
| 132 | function lazyWebCrypto() { |
| 133 | webcrypto ??= require('internal/crypto/webcrypto'); |
| 134 | return webcrypto; |
| 135 | } |
| 136 | |
| 137 | let ownsProcessState; |
| 138 | function lazyOwnsProcessState() { |
no test coverage detected
searching dependent graphs…