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