(handle)
| 183 | } |
| 184 | |
| 185 | function dlclose(handle) { |
| 186 | checkFFIPermission(); |
| 187 | handle.close(); |
| 188 | } |
| 189 | |
| 190 | function dlsym(handle, symbol) { |
| 191 | checkFFIPermission(); |
nothing calls this directly
no test coverage detected
searching dependent graphs…