(handle, symbol)
| 188 | } |
| 189 | |
| 190 | function dlsym(handle, symbol) { |
| 191 | checkFFIPermission(); |
| 192 | return handle.getSymbol(symbol); |
| 193 | } |
| 194 | |
| 195 | function exportString(str, data, len, encoding = 'utf8') { |
| 196 | checkFFIPermission(); |
nothing calls this directly
no test coverage detected
searching dependent graphs…