()
| 398 | const { lib, functions: symbols } = getLibrary(); |
| 399 | try { |
| 400 | let callback = () => 1; |
| 401 | const ref = new WeakRef(callback); |
| 402 | const pointer = lib.registerCallback( |
| 403 | { arguments: ['i32'], return: 'i32' }, |
no outgoing calls
no test coverage detected
searching dependent graphs…