class Deno.UnsafeFnPointer
Unstable
An unsafe pointer to a function, for calling functions that are not present as symbols.
new
UnsafeFnPointer(pointer: PointerObject<NoInfer<Fn>>,definition: Fn,)
new
UnsafeFnPointer(pointer: PointerObject,definition: Fn,)
Fn extends ForeignFunction
Call the foreign function.
The definition of the function.
The pointer to the function.