jsIsJobPending top-level property

int Function(Pointer<JSRuntime> ctx) jsIsJobPending
final

DLLEXPORT int32_t jsIsJobPending(JSRuntime *rt)

Implementation

final int Function(Pointer<JSRuntime>) jsIsJobPending = _qjsLib
    .lookup<NativeFunction<Int32 Function(Pointer<JSRuntime>)>>(
      'jsIsJobPending',
    )
    .asFunction();