JSExecutePendingJobNative typedef

JSExecutePendingJobNative = Uint32 Function(Pointer<JSRuntime> rt, Pointer<JSContext> ctx)

Implementation

typedef JSExecutePendingJobNative = Uint32 Function(
  Pointer<JSRuntime> rt,
  Pointer<JSContext> ctx,
);