Skip to Content
Skip to Content
ClassesFFICompiled

FFICompiled


Methods

getSymbol

:getSymbol(symbol: string): FFIPointer?

Parameters

  • symbol: string - The symbol to get.

Throws

  • FFI Error
  • Memory Error

listSymbols

Lists all symbols in the compiled object.

:listSymbols(): {string}

Throws

  • FFI Error
  • Memory Error
Last updated on