JS_NewContextFn typedef

JS_NewContextFn = Pointer<JSContext> Function(Pointer<JSRuntime>? jrt, Pointer<NativeFunction<ChannelCallback>>? fnConsoleLog, Pointer<NativeFunction<ChannelCallback>>? fnSetTimeout, Pointer<NativeFunction<ChannelCallback>>? fnSendNative)

Implementation

typedef JS_NewContextFn = Pointer<JSContext> Function(
  Pointer<JSRuntime>? jrt,
  Pointer<NativeFunction<ChannelCallback>>? fnConsoleLog,
  Pointer<NativeFunction<ChannelCallback>>? fnSetTimeout,
  Pointer<NativeFunction<ChannelCallback>>? fnSendNative,
);