JSExecutePendingJob typedef

JSExecutePendingJob = int Function(Pointer<JSRuntime> rt, Pointer<JSContext> ctx)

Implementation

typedef JSExecutePendingJob = int Function(
  Pointer<JSRuntime> rt,
  Pointer<JSContext> ctx,
);