( algorithm, extractable, keyUsages)
| 158 | } |
| 159 | |
| 160 | function generateKey( |
| 161 | algorithm, |
| 162 | extractable, |
| 163 | keyUsages) { |
| 164 | return callSubtleCryptoMethod(generateKeyImpl, this, arguments); |
| 165 | } |
| 166 | |
| 167 | function generateKeyImpl( |
| 168 | algorithm, |
nothing calls this directly
no test coverage detected
searching dependent graphs…