executePendingJob method

int executePendingJob(
  1. Pointer<JSContextRef> pctx
)

Implementation

int executePendingJob(Pointer<JSContextRef> pctx) =>
    JS_ExecutePendingJob(_ref, pctx);